mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 04:57:21 +02:00
Fix duplicate test under CMake
This commit is contained in:
@ -72,8 +72,8 @@ run-ni endian_ld_st_roundtrip_test.cpp ;
|
||||
|
||||
run endian_arithmetic_test.cpp
|
||||
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" ;
|
||||
run endian_arithmetic_test.cpp
|
||||
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" <define>BOOST_ENDIAN_NO_INTRINSICS : endian_arithmetic_test_ni ;
|
||||
run endian_arithmetic_test.cpp : : :
|
||||
"<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" <define>BOOST_ENDIAN_NO_INTRINSICS : endian_arithmetic_test_ni ;
|
||||
|
||||
run deprecated_test.cpp ;
|
||||
|
||||
|
Reference in New Issue
Block a user