Skip to content

Commit

Permalink
Fix Semver linking
Browse files Browse the repository at this point in the history
Contributes to CURA-10831
  • Loading branch information
jellespijker committed Nov 29, 2023
1 parent 592e0b7 commit 537f1c2
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 @@ -201,7 +201,7 @@ find_package(spdlog REQUIRED)
find_package(fmt REQUIRED)
find_package(range-v3 REQUIRED)
find_package(scripta REQUIRED)
find_package(neargye-semver REQUIRED)
find_package(semver REQUIRED)

if (ENABLE_TESTING)
find_package(GTest REQUIRED)
Expand All @@ -217,7 +217,7 @@ target_link_libraries(_CuraEngine
stb::stb
boost::boost
scripta::scripta
neargye-semver::neargye-semver
semver::semver
curaengine_grpc_definitions::curaengine_grpc_definitions
asio-grpc::asio-grpc
grpc::grpc
Expand Down

0 comments on commit 537f1c2

Please sign in to comment.