mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-15 07:14:48 +02:00
Change CMake package name of C++ library to msgpackc-cxx
This commit is contained in:

committed by
GitHub

parent
f6d4704605
commit
6c78b521b4
11
msgpackc-cxx-config.cmake.in
Normal file
11
msgpackc-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}/msgpackc-cxx-targets.cmake")
|
||||
|
||||
check_required_components(msgpackc-cxx)
|
Reference in New Issue
Block a user