mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Change CMake package name to msgpackc
This commit is contained in:

committed by
GitHub

parent
5cada9eb27
commit
f7961b798b
@@ -6,7 +6,7 @@ if(EXAMPLE_MSGPACK_EMBEDDED)
|
||||
set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
|
||||
endif()
|
||||
|
||||
find_package(msgpack REQUIRED)
|
||||
find_package(msgpackc REQUIRED)
|
||||
|
||||
add_executable (${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/../simple_c.c)
|
||||
target_link_libraries(${PROJECT_NAME} msgpackc)
|
||||
|
Reference in New Issue
Block a user