mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
ec8895155c
Update the version to 6.0.0.
12 lines
225 B
CMake
12 lines
225 B
CMake
@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)
|