Removed "USE CEREAL" option, as a header only library, it doesn't need any linking option
This commit is contained in:
parent
0084700820
commit
c09ac6e3c2
@ -98,12 +98,6 @@ set(INCLUDE_PATHS ${INCLUDE_ROOT})
|
|||||||
# LIST(APPEND INCLUDE_PATHS ${INCLUDE_ROOT}${EXTENSION} " ")
|
# LIST(APPEND INCLUDE_PATHS ${INCLUDE_ROOT}${EXTENSION} " ")
|
||||||
# endforeach()
|
# endforeach()
|
||||||
|
|
||||||
|
|
||||||
if(USE_CEREAL)
|
|
||||||
LIST(APPEND INCLUDE_PATHS &{INCLUDE_ROOT}/cereal)
|
|
||||||
MESSAGE(STATUS "using cereal headers")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(USE_SOL2)
|
if(USE_SOL2)
|
||||||
set(USE_LUA True)
|
set(USE_LUA True)
|
||||||
LIST(APPEND INCLUDE_PATHS ${INCLUDE_ROOT}/sol2)
|
LIST(APPEND INCLUDE_PATHS ${INCLUDE_ROOT}/sol2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user