Skip to content

Commit 52fa748

Browse files
authored
Update CMakeLists.txt
1 parent 5ae6077 commit 52fa748

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
@@ -3,7 +3,7 @@ project (example)
33

44
if(EXAMPLE_MSGPACK_EMBEDDED)
55
add_subdirectory(msgpack-c)
6-
set(msgpack_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
6+
set(msgpackc_DIR ${CMAKE_CURRENT_BINARY_DIR}/msgpack-c)
77
endif()
88

99
find_package(msgpackc REQUIRED)

0 commit comments

Comments
 (0)