Skip to content

Commit f7961b7

Browse files
authored
Change CMake package name to msgpackc
1 parent 5cada9e commit f7961b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(EXAMPLE_MSGPACK_EMBEDDED)
66
set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
77
endif()
88

9-
find_package(msgpack REQUIRED)
9+
find_package(msgpackc REQUIRED)
1010

1111
add_executable (${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/../simple_c.c)
1212
target_link_libraries(${PROJECT_NAME} msgpackc)

0 commit comments

Comments
 (0)