mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Qt6: set CXX_STANDARD
This commit is contained in:
parent
9d5bc2b8c6
commit
db331ab9b2
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ project(feather)
|
|||
|
||||
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
set(VERSION_MAJOR "1")
|
||||
set(VERSION_MINOR "0")
|
||||
set(VERSION_REVISION "1")
|
||||
|
|
Loading…
Reference in a new issue