Skip to content

Commit fe0a69e

Browse files
committed
even less invasive
1 parent f49371c commit fe0a69e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
## Author: Hank Anderson <hank@statease.com>
33
##
44

5-
cmake_minimum_required(VERSION 2.8.5...3.0)
5+
cmake_minimum_required(VERSION 2.8.5)
6+
7+
cmake_policy(SET CMP0042 NEW)
68

79
project(OpenBLAS C ASM)
810

0 commit comments

Comments
 (0)