We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db721e commit 0bc979dCopy full SHA for 0bc979d
CMakeLists.txt
@@ -1,11 +1,5 @@
1
cmake_minimum_required(VERSION 3.13)
2
3
-# option() honors normal variables.
4
-# see: https://cmake.org/cmake/help/git-stage/policy/CMP0077.html
5
-if(POLICY CMP0077)
6
- cmake_policy(SET CMP0077 NEW)
7
-endif()
8
-
9
project(CpuFeatures VERSION 0.9.0 LANGUAGES C)
10
11
set(CMAKE_C_STANDARD 99)
0 commit comments