mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-06-03 05:22:05 +02:00
Update CMakeLists.txt
This commit is contained in:
parent
5ae6077234
commit
52fa74804c
@ -3,7 +3,7 @@ project (example)
|
|||||||
|
|
||||||
if(EXAMPLE_MSGPACK_EMBEDDED)
|
if(EXAMPLE_MSGPACK_EMBEDDED)
|
||||||
add_subdirectory(msgpack-c)
|
add_subdirectory(msgpack-c)
|
||||||
set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
|
set(msgpackc_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(msgpackc REQUIRED)
|
find_package(msgpackc REQUIRED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user