Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge branch '0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Dec 5, 2023
2 parents 44d5d3f + 9c31ea4 commit 0beb6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ find_package(asio-grpc REQUIRED)
find_package(range-v3 REQUIRED)
find_package(clipper REQUIRED)
find_package(ctre REQUIRED)
find_package(neargye-semver REQUIRED)
find_package(semver REQUIRED)
find_package(curaengine_grpc_definitions REQUIRED)

set(HDRS include/gradual_flow/boost_tags.h
Expand Down Expand Up @@ -37,7 +37,7 @@ target_include_directories(curaengine_plugin_gradual_flow_lib
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

set(DEPS curaengine_grpc_definitions::curaengine_grpc_definitions clipper::clipper ctre::ctre asio-grpc::asio-grpc protobuf::libprotobuf boost::boost spdlog::spdlog docopt_s range-v3::range-v3 neargye-semver::neargye-semver)
set(DEPS curaengine_grpc_definitions::curaengine_grpc_definitions clipper::clipper ctre::ctre asio-grpc::asio-grpc protobuf::libprotobuf boost::boost spdlog::spdlog docopt_s range-v3::range-v3 semver::semver)

target_link_libraries(curaengine_plugin_gradual_flow PUBLIC curaengine_plugin_gradual_flow_lib ${DEPS})

Expand Down

0 comments on commit 0beb6aa

Please sign in to comment.