update file cmakelists
This commit is contained in:
@@ -4,7 +4,8 @@ project(std_msgs)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
if (NOT TARGET robot_time)
|
||||
add_subdirectory(${CMAKE_SOURCE_DIR}/../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
|
||||
# add_subdirectory(${CMAKE_SOURCE_DIR}/../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../robot_time ${CMAKE_BINARY_DIR}/robot_time_build)
|
||||
endif()
|
||||
|
||||
add_library(std_msgs INTERFACE)
|
||||
|
||||
Reference in New Issue
Block a user