We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef8a6f + 0b2c6d9 commit d5cef62Copy full SHA for d5cef62
msgpack-config.cmake.in
@@ -2,7 +2,9 @@
2
3
include(CMakeFindDependencyMacro)
4
5
-find_dependency(Boost REQUIRED)
+IF (@MSGPACK_USE_BOOST@)
6
+ find_dependency(Boost REQUIRED)
7
+ENDIF ()
8
9
include("${CMAKE_CURRENT_LIST_DIR}/msgpackc-cxx-targets.cmake")
10
0 commit comments