Skip to content

Commit 0726c3d

Browse files
authored
Change CMake package name of C++ library to msgpackc-cxx
1 parent 6c78b52 commit 0726c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-install/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(test-install LANGUAGES CXX)
44

55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66

7-
find_package(msgpack REQUIRED)
7+
find_package(msgpackc-cxx REQUIRED)
88

99
add_executable(test-install simple.cpp)
1010
target_link_libraries(test-install PRIVATE msgpackc-cxx)

0 commit comments

Comments
 (0)