Skip to content

Commit

Permalink
Fix typo that caused the C++ headers not to be included in CMake project
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-fischer committed Oct 17, 2016
1 parent 1df97bc commit d3cd079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files.cmake
Expand Up @@ -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
Expand Down

0 comments on commit d3cd079

Please sign in to comment.