We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0ad1 commit 0d7caecCopy full SHA for 0d7caec
example/cpp11/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-IF (MSGPACK_CXX11)
+IF (MSGPACK_CXX11 OR MSGPACK_CXX17)
2
INCLUDE_DIRECTORIES (
3
../include
4
)
test/CMakeLists.txt
@@ -55,7 +55,7 @@ IF (MSGPACK_USE_X3_PARSE)
55
56
ENDIF ()
57
58
59
LIST (APPEND check_PROGRAMS
60
iterator_cpp11.cpp
61
msgpack_cpp11.cpp
0 commit comments