We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0640094 commit 8de470fCopy full SHA for 8de470f
tests/CMakeLists.txt
@@ -25,9 +25,8 @@ foreach(test ${TESTS})
25
add_unit_test(${test} ${test}.cpp)
26
target_link_libraries(${test} ${PROJECT_NAME} Boost::unit_test_framework)
27
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
28
- target_compile_options(
29
- ${test} PRIVATE "-Wno-sign-conversion") # We have a lot of implicit size_t
30
- # to Eigen::Index conversions
+ target_compile_options(${test} PRIVATE "-Wno-sign-conversion"
+ )# We have a lot of implicit size_t to Eigen::Index conversions
31
endif()
32
endforeach(test ${TESTS})
33
0 commit comments