We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49371c commit fe0a69eCopy full SHA for fe0a69e
CMakeLists.txt
@@ -2,7 +2,9 @@
2
## Author: Hank Anderson <hank@statease.com>
3
##
4
5
-cmake_minimum_required(VERSION 2.8.5...3.0)
+cmake_minimum_required(VERSION 2.8.5)
6
+
7
+cmake_policy(SET CMP0042 NEW)
8
9
project(OpenBLAS C ASM)
10
0 commit comments