Change CMake package name of C++ library to msgpackc-cxx

This commit is contained in:
Silvio Traversaro 2023-01-05 15:40:38 +01:00 committed by GitHub
parent 6c78b521b4
commit 0726c3d930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ project(test-install LANGUAGES CXX)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(msgpack REQUIRED) find_package(msgpackc-cxx REQUIRED)
add_executable(test-install simple.cpp) add_executable(test-install simple.cpp)
target_link_libraries(test-install PRIVATE msgpackc-cxx) target_link_libraries(test-install PRIVATE msgpackc-cxx)