Skip to content

Commit

Permalink
tests are now enabled on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jul 3, 2023
1 parent 1d41102 commit 9e5d54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if(CROW_BUILD_EXAMPLES)
endif()

# Tests
if(NOT MSVC AND CROW_BUILD_TESTS)
if(CROW_BUILD_TESTS)
if(NOT "compression" IN_LIST CROW_FEATURES)
message(STATUS "Compression tests are omitted. (Configure with CROW_FEATURES containing 'compression' to enable them)")
endif()
Expand Down

0 comments on commit 9e5d54a

Please sign in to comment.