Unify all package related names to msgpack-cxx.

Update the version to 6.0.0.
This commit is contained in:
Takatoshi Kondo
2023-02-28 10:52:21 +09:00
parent 8824c626b4
commit ec8895155c
16 changed files with 53 additions and 48 deletions

View File

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