Skip to content

Commit

Permalink
Try enabling UNIT_gz_TEST on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Oct 14, 2024
1 parent d421fc6 commit d37b501
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# "gtest_sources" variable.
gz_get_libsources_and_unittests(sources gtest_sources)

# Skip command line tests for Windows, see
# https://github.com/gazebosim/gz-transport/issues/104
if (MSVC)
list(REMOVE_ITEM gtest_sources gz_TEST.cc)
endif()

if (NOT HAVE_GZ_TOOLS)
list(REMOVE_ITEM gtest_sources gz_TEST.cc)
endif()
Expand Down

0 comments on commit d37b501

Please sign in to comment.