From f02eb90a3d4606a3bf6d4ef7862f0e6b4da47b40 Mon Sep 17 00:00:00 2001 From: valpo Date: Thu, 20 Aug 2015 07:11:08 +0200 Subject: [PATCH] remove dep on c++17 --- constexpr/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/constexpr/CMakeLists.txt b/constexpr/CMakeLists.txt index 5a6eb4a..7ff4eea 100644 --- a/constexpr/CMakeLists.txt +++ b/constexpr/CMakeLists.txt @@ -1,7 +1,5 @@ aux_source_directory(. SRC_LIST) -add_definitions(-std=c++1z) # -ftemplate-backtrace-limit=0 -#add_definitions(-std=c++1y) add_executable(constexpr_sudoku ${SRC_LIST}) #target_link_libraries(constexpr_sudoku c++ c++abi)