From 991b35abfe13c472de12e915299b05b80cb9ad20 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Thu, 24 Sep 2015 15:33:27 +0200 Subject: Fixed include in dlt_cpp_extension.hpp WITH_DLT_CXX11_EXT defaults to OFF to retain compatibility with old systems Signed-off-by: Alexander Wenzel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ae59698..18eea73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ option(WITH_DLT_EXAMPLES "Set to ON to build src/examples binaries" option(WITH_DLT_SYSTEM "Set to ON to build src/system binaries" ON) option(WITH_DLT_DBUS "Set to ON to build src/dbus binaries" ON) option(WITH_DLT_TESTS "Set to ON to build src/test binaries" ON) -option(WITH_DLT_CXX11_EXT "Set to ON to build C++11 extensions" ON) +option(WITH_DLT_CXX11_EXT "Set to ON to build C++11 extensions" OFF) # RPM settings set( GENIVI_RPM_RELEASE "1")#${DLT_REVISION}") set( LICENSE "Mozilla Public License Version 2.0" ) -- cgit v1.2.1