Skip to content
Snippets Groups Projects
Commit 3776128a authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Set CXX_STANDARD twice, in the toolchain and for all our sources

Hunter wants you to set the standard via a toolchain file, but some
distros may override that. See #30.
parent 419e2c2a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ set(
FILEPATH
"Default toolchain"
)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
include("cmake/HunterGate.cmake")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment