Skip to content

Commit 4121185

Browse files
authored
Enable UNIT_gz_TEST on Windows
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent c45ddf2 commit 4121185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
gz_get_libsources_and_unittests(sources tests)
44

55
# Disable gz_TEST if gz-tools is not found
6-
if (MSVC OR NOT GZ_TOOLS_PROGRAM)
6+
if (NOT GZ_TOOLS_PROGRAM)
77
list(REMOVE_ITEM tests src/gz_TEST.cc)
88
endif()
99

0 commit comments

Comments
 (0)