mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:37:56 +08:00
16 lines
429 B
Diff
16 lines
429 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 676cde2..4562873 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -45,8 +45,8 @@ set(JSONCPP_LIB "jsoncpp_static" CACHE STRING "jsoncpp target name")
|
||
|
endif()
|
||
|
|
||
|
if(USE_MSGPACK)
|
||
|
- find_package(msgpack CONFIG REQUIRED)
|
||
|
- set(MSGPACK_LIB "msgpackc-cxx")
|
||
|
+ find_package(msgpack-cxx CONFIG REQUIRED)
|
||
|
+ set(MSGPACK_LIB "msgpack-cxx")
|
||
|
endif()
|
||
|
|
||
|
include_directories (include)
|