Skip to content

Commit

Permalink
. e do not treat warnings as error for boost test for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Oct 22, 2024
1 parent cbf23cb commit d3a5396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Boost_Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ endif ()
target_link_libraries(${PROJECT_NAME} ApprovalTests::ApprovalTests)
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})

#if (NOT "${CMAKE_SYSTEM_NAME}" MATCHES "Windows")
# include(WarningsAsErrors)
#endif ()
if (NOT "${CMAKE_SYSTEM_NAME}" MATCHES "CYGWIN")
include(WarningsAsErrors)
endif ()

0 comments on commit d3a5396

Please sign in to comment.