|
|
@ -20,6 +20,7 @@ |
|
|
|
# (https://fedoraproject.org/wiki/EPEL#Extra_Packages_for_Enterprise_Linux_.28EPEL.29) |
|
|
|
# (https://fedoraproject.org/wiki/EPEL#Extra_Packages_for_Enterprise_Linux_.28EPEL.29) |
|
|
|
# and then issuing `yum install cmake3` on the command line. |
|
|
|
# and then issuing `yum install cmake3` on the command line. |
|
|
|
cmake_minimum_required(VERSION 3.5) |
|
|
|
cmake_minimum_required(VERSION 3.5) |
|
|
|
|
|
|
|
set(CMAKE_CXX_STANDARD 17) |
|
|
|
|
|
|
|
|
|
|
|
# Compiler id for Apple Clang is now AppleClang. |
|
|
|
# Compiler id for Apple Clang is now AppleClang. |
|
|
|
if (POLICY CMP0025) |
|
|
|
if (POLICY CMP0025) |
|
|
|