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.
1 parent 5ae6077 commit 52fa748Copy full SHA for 52fa748
example/cmake/CMakeLists.txt
@@ -3,7 +3,7 @@ project (example)
3
4
if(EXAMPLE_MSGPACK_EMBEDDED)
5
add_subdirectory(msgpack-c)
6
- set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
+ set(msgpackc_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
7
endif()
8
9
find_package(msgpackc REQUIRED)
0 commit comments