Skip to content

Commit 6b7becd

Browse files
committed
Fix typo that caused the C++ headers not to be included in cmake file generating script.
1 parent cfa1ab3 commit 6b7becd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)