Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent 8667b15 commit 03802c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 03802c5

Please sign in to comment.