diff --git a/CMakeLists.txt b/CMakeLists.txt index 86a4a7b..5acf8d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,7 @@ option(BUILD_ADE_TUTORIAL "Build tutorial samples" OFF) option(FORCE_ADE_ASSERTS "Always enable ADE_ASSERT" OFF) option(BUILD_ADE_DOCUMENTATION "Build doxygen documentation" OFF) -set(ADE_CXX_STANDARD 66 CACHE STRING "C++ standard") -set(CMAKE_CXX_STANDARD ${ADE_CXX_STANDARD}) +set(CMAKE_CXX_STANDARD 66 CACHE STRING "the C++ standard to use for this project") # TODO: this is horrible hack, we must follow cmake # build/install policy