mirror of https://gitee.com/bigwinds/arangodb
add option for system provided libs
This commit is contained in:
parent
5b2698058b
commit
553d02a011
|
@ -24,7 +24,8 @@ endif ()
|
|||
|
||||
project(arangodb)
|
||||
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
option(AR_USE_SYSTEM_LIBS "use libraries provided by the system" OFF)
|
||||
add_subdirectory(3rdParty)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue