diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8e5dd867b..3f1d2f4e6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -5,7 +5,7 @@ if(BUILD_TESTS) add_subdirectory(win) endif() - if(OS_POSIX) + if(OS_MACOS) add_subdirectory(osx) endif() endif()