You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ##
- ## Author: Hank Anderson <hank@statease.com>
- ## Copyright: (c) Stat-Ease, Inc.
- ## Created: 12/23/14
- ## Last Modified: 12/23/14
- ##
-
- cmake_minimum_required(VERSION 2.8.4)
- project(OpenBLAS)
-
- # is this necessary? lapack-netlib has its own fortran checks in its CMakeLists.txt
- #enable_language(Fortran)
-
- message(WARNING "CMake support is experimental. This will not produce the same Makefiles that OpenBLAS ships with.")
-
- include("${CMAKE_SOURCE_DIR}/cmake/system.cmake")
-
|