Update CMakeLists.txt

This commit is contained in:
keith siilats 2023-04-23 11:11:07 -04:00 committed by GitHub
parent aebf9e5377
commit 3deba3358a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ set(PACKAGE_NAME z1_controller)
set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O3") set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -O3")
# ----------------------options---------------------- # ----------------------options----------------------
if (NOT COMMUNICATION)
set(COMMUNICATION UDP) # UDP set(COMMUNICATION UDP) # UDP
# set(COMMUNICATION ROS) # ROS # set(COMMUNICATION ROS) # ROS
endif()
# ----------------------configurations---------------------- # ----------------------configurations----------------------
# COMMUNICATION # COMMUNICATION