Skip to content

Commit

Permalink
Force C++ 17
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 18, 2024
1 parent e05e37c commit 73241a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ endif()
## Add some paths to check for CMake modules:
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

## Set C++ standard:
set(CMAKE_CXX_STANDARD 17)

## Set minimum versions required.
set(QT_MIN_VERSION "5.10.0")

Expand Down

0 comments on commit 73241a0

Please sign in to comment.