Skip to content

Commit

Permalink
Merge 4121185 into c45ddf2
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey authored Oct 23, 2023
2 parents c45ddf2 + 4121185 commit 053d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
gz_get_libsources_and_unittests(sources tests)

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

Expand Down

0 comments on commit 053d6af

Please sign in to comment.