mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-28 15:14:11 +02:00
Fix typo that caused the C++ headers not to be included in cmake file generating script.
This commit is contained in:
parent
cfa1ab38cc
commit
6b7becdef0
@ -13,7 +13,7 @@ cat c_headers.tmp | sed -e 's/^/ /g' >> Files.cmake
|
||||
echo ')' >> Files.cmake
|
||||
|
||||
echo 'IF (MSGPACK_ENABLE_CXX)' >> Files.cmake
|
||||
echo ' LIST (APPEND msgpack_HEADERS' >> Files.cmake
|
||||
echo ' LIST (APPEND msgpackc_HEADERS' >> Files.cmake
|
||||
cat cpp_headers.tmp | sed -e 's/^/ /g' >> Files.cmake
|
||||
echo ' )' >> Files.cmake
|
||||
echo 'ENDIF ()' >> Files.cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user