1
0
Fork 0

add option for system provided libs

This commit is contained in:
Jan Christoph Uhde 2016-01-15 17:41:13 +01:00
parent 5b2698058b
commit 553d02a011
1 changed files with 2 additions and 1 deletions

View File

@ -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)