Skip to content

Commit 0775445

Browse files
committed
. e do not treat warnings as error for boost test for cygwin
1 parent d3a5396 commit 0775445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Boost_Tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ endif ()
3636
target_link_libraries(${PROJECT_NAME} ApprovalTests::ApprovalTests)
3737
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
3838

39-
if (NOT "${CMAKE_SYSTEM_NAME}" MATCHES "CYGWIN")
39+
if (NOT CYGWIN)
4040
include(WarningsAsErrors)
4141
endif ()

0 commit comments

Comments
 (0)