mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
93fc361b39
* [microsoft-signalr] Fix msgpackConfig.cmake not find * Format
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)
|