Skip to content

Commit

Permalink
change cpp standart level
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII committed Apr 29, 2021
1 parent e2fcdf8 commit aedb54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ set(CURRENT_PROJECT ${PROJECT_NAME})

project(QtBigint LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

file(GLOB SOURCE_CPP
"*.cpp"
"mini-gmp.c"
Expand Down

0 comments on commit aedb54d

Please sign in to comment.