diff --git a/rostests/tests/CMakeLists.txt b/rostests/tests/CMakeLists.txt index 6b2fdd7d7a3..93b5020f9a3 100644 --- a/rostests/tests/CMakeLists.txt +++ b/rostests/tests/CMakeLists.txt @@ -1,2 +1,4 @@ add_subdirectory(mmixer_test) -add_subdirectory(pseh2) +if (NOT MSVC) + add_subdirectory(pseh2) +endif()