Skip to content

Commit c30962d

Browse files
committed
Merge branch 'mika-fischer-fix_cmake_cxx_headers'
2 parents 2f34d22 + 6b7becd commit c30962d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

make_file_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cat c_headers.tmp | sed -e 's/^/ /g' >> Files.cmake
1313
echo ')' >> Files.cmake
1414

1515
echo 'IF (MSGPACK_ENABLE_CXX)' >> Files.cmake
16-
echo ' LIST (APPEND msgpack_HEADERS' >> Files.cmake
16+
echo ' LIST (APPEND msgpackc_HEADERS' >> Files.cmake
1717
cat cpp_headers.tmp | sed -e 's/^/ /g' >> Files.cmake
1818
echo ' )' >> Files.cmake
1919
echo 'ENDIF ()' >> Files.cmake

0 commit comments

Comments
 (0)