Fix typo that caused the C++ headers not to be included in CMake project

This commit is contained in:
Mika Fischer
2016-10-17 17:05:07 +02:00
parent 1df97bc37b
commit d3cd07987b

View File

@@ -153,7 +153,7 @@ LIST (APPEND msgpackc_HEADERS
include/msgpack/zone.h
)
IF (MSGPACK_ENABLE_CXX)
LIST (APPEND msgpack_HEADERS
LIST (APPEND msgpackc_HEADERS
include/msgpack.hpp
include/msgpack/adaptor/adaptor_base.hpp
include/msgpack/adaptor/adaptor_base_decl.hpp