mirror of
https://github.com/QuasarApp/QtBigInt.git
synced 2025-04-26 13:44:33 +00:00
change cpp standart level
This commit is contained in:
parent
e2fcdf8281
commit
aedb54dfb5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user