Skip to content

Commit 8de470f

Browse files
pre-commit-ci[bot]nim65s
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0640094 commit 8de470f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ foreach(test ${TESTS})
2525
add_unit_test(${test} ${test}.cpp)
2626
target_link_libraries(${test} ${PROJECT_NAME} Boost::unit_test_framework)
2727
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
28+
target_compile_options(${test} PRIVATE "-Wno-sign-conversion"
29+
)# We have a lot of implicit size_t to Eigen::Index conversions
3130
endif()
3231
endforeach(test ${TESTS})
3332

0 commit comments

Comments
 (0)