Skip to content

Commit

Permalink
remove dep on c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
valpo committed Aug 20, 2015
1 parent 07e98b7 commit f02eb90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions constexpr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit f02eb90

Please sign in to comment.