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

Commit

Permalink
Use correct find_package and target for semver
Browse files Browse the repository at this point in the history
Contributes to CURA-11218
  • Loading branch information
jellespijker committed Nov 29, 2023
1 parent 4559f65 commit 9c31ea4
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 9c31ea4

Please sign in to comment.