We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ddf2 commit 4121185Copy full SHA for 4121185
loader/CMakeLists.txt
@@ -3,7 +3,7 @@
3
gz_get_libsources_and_unittests(sources tests)
4
5
# Disable gz_TEST if gz-tools is not found
6
-if (MSVC OR NOT GZ_TOOLS_PROGRAM)
+if (NOT GZ_TOOLS_PROGRAM)
7
list(REMOVE_ITEM tests src/gz_TEST.cc)
8
endif()
9
0 commit comments