Skip to content

Commit d493371

Browse files
author
Addisu Z. Taddese
authored
Enable UNIT_gz_TEST on Windows (#128)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent c45ddf2 commit d493371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)