diff --git a/CMakeLists.txt b/CMakeLists.txt index 380e281..eb98cd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5.1) -project(cyber VERSION 8.0.0) # Apollo Version +project(cyber VERSION 9.0.0) # Apollo Version set(CMAKE_CXX_STANDARD 14) set(TARGET_NAME ${PROJECT_NAME}) diff --git a/cyber/examples/common_component_example/CMakeLists.txt b/cyber/examples/common_component_example/CMakeLists.txt index 6ded7f5..d4aada3 100644 --- a/cyber/examples/common_component_example/CMakeLists.txt +++ b/cyber/examples/common_component_example/CMakeLists.txt @@ -27,6 +27,9 @@ set_target_properties(common_component_example PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/cyber/examples/common_component_example/" ) +set_target_properties(common_component_example PROPERTIES + LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/cyber/examples/common_component_example/" +) file(COPY common.dag common.launch DESTINATION ${CMAKE_BINARY_DIR}/share/examples/common_component_example