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

This commit is contained in:
Silvio Traversaro
2023-01-05 15:37:36 +01:00
committed by GitHub
parent f6d4704605
commit 6c78b521b4

View File

@@ -0,0 +1,11 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
IF (@MSGPACK_USE_BOOST@)
find_dependency(Boost REQUIRED)
ENDIF ()
include("${CMAKE_CURRENT_LIST_DIR}/msgpackc-cxx-targets.cmake")
check_required_components(msgpackc-cxx)