From 553d02a0114d6c19726c9511b2832c016ff8fc66 Mon Sep 17 00:00:00 2001 From: Jan Christoph Uhde Date: Fri, 15 Jan 2016 17:41:13 +0100 Subject: [PATCH] add option for system provided libs --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cecedc331..c6841461ae 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)