Skip to content

Commit d3cd079

Browse files
committed
Fix typo that caused the C++ headers not to be included in CMake project
1 parent 1df97bc commit d3cd079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ LIST (APPEND msgpackc_HEADERS
153153
include/msgpack/zone.h
154154
)
155155
IF (MSGPACK_ENABLE_CXX)
156-
LIST (APPEND msgpack_HEADERS
156+
LIST (APPEND msgpackc_HEADERS
157157
include/msgpack.hpp
158158
include/msgpack/adaptor/adaptor_base.hpp
159159
include/msgpack/adaptor/adaptor_base_decl.hpp

0 commit comments

Comments
 (0)