From 5a369c0a8b0f2df705c02b003cdaf19e772693a5 Mon Sep 17 00:00:00 2001
From: kanschat Warning:Do not do this unless absolutely necessary!
It is possible to override the CMake find mechanism for external
libraries manually. This is useful if a non standard library (e.g.
lapack/blas) should be used but cannot be found by the
Manual override
+ FIND_PACKAGE(...)
mechanism of cmake.
In this case you can set by hand:
-
+
cmake -DLAPACK_FOUND=true \ -DLAPACK_LIBRARIES="library;and;complete;link;interface" \ @@ -495,6 +499,9 @@ href="../readme.html#configuration">here. + +Selecting a compiler
+ Compilers can be switched either by command line or by settingCMAKE_(C|CXX)_COMPILER
: -- 2.39.5