Skip to content

Commit

Permalink
Fix targets order for prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 6, 2024
1 parent 46974eb commit 96091c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,14 @@ endfunction()


# ========================== Targets ====================================
add_subdirectory(simulator)

if (MVSIM_WITH_PROTOBUF)
add_subdirectory(comms)
add_subdirectory(msgs)
endif()

add_subdirectory(simulator)


# From: https://github.com/ament/ament_cmake/blob/rolling/ament_cmake_python/ament_cmake_python-extras.cmake
macro(mvsim_ament_cmake_python_get_python_install_dir)
if(NOT DEFINED PYTHON_INSTALL_DIR)
Expand Down

0 comments on commit 96091c8

Please sign in to comment.