diff --git a/CMakeLists.txt b/CMakeLists.txt index 22f61cc18..f2ec07b21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()