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 d3a5396 commit 0775445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "CYGWIN")
if (NOT CYGWIN)
include(WarningsAsErrors)
endif ()

0 comments on commit 0775445

Please sign in to comment.