Skip to content

Commit

Permalink
Disable CLI on windows
Browse files Browse the repository at this point in the history
UNIT_ign_TEST was disabled on windows anyway. In addition, this follows
the pattern in ign-transport and ign-msgs.

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Aug 27, 2022
1 parent 4c33a15 commit 18082b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ if(TARGET UNIT_ign_TEST)
ENVIRONMENT "${_env_vars}")
endif()

add_subdirectory(cmd)
if(NOT WIN32)
add_subdirectory(cmd)
endif()
add_subdirectory(plugins)

0 comments on commit 18082b7

Please sign in to comment.