mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
Fixed cmake condition.
If MSGPACK_CXX17 is ON then build MSGPACK_CXX11 target.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
IF (MSGPACK_CXX11)
|
||||
IF (MSGPACK_CXX11 OR MSGPACK_CXX17)
|
||||
INCLUDE_DIRECTORIES (
|
||||
../include
|
||||
)
|
||||
|
Reference in New Issue
Block a user