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 5cada9e commit f7961b7Copy full SHA for f7961b7
example/cmake/CMakeLists.txt
@@ -6,7 +6,7 @@ if(EXAMPLE_MSGPACK_EMBEDDED)
6
set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
7
endif()
8
9
-find_package(msgpack REQUIRED)
+find_package(msgpackc REQUIRED)
10
11
add_executable (${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/../simple_c.c)
12
target_link_libraries(${PROJECT_NAME} msgpackc)
0 commit comments