mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Unify all package related names to msgpack-cxx.
Update the version to 6.0.0.
This commit is contained in:
11
msgpack-cxx-config.cmake.in
Normal file
11
msgpack-cxx-config.cmake.in
Normal 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)
|
Reference in New Issue
Block a user