Refs #461. Provide OpenBLASConfig.cmake to support CMake.
authorZhang Xianyi <traits.zhang@gmail.com>
Fri, 28 Nov 2014 18:16:40 +0000 (02:16 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Fri, 28 Nov 2014 18:16:40 +0000 (02:16 +0800)
commitfe7dcf98f3666388b75839c6b3e6656580dcd222
tree784c12ecbd7c2a89dfc732ed81097e84236f0567
parent2fb02626dacae6a3d85af15ada74415691f6205b
Refs #461. Provide OpenBLASConfig.cmake to support CMake.

If you "make PREFIX=/path/to/OpenBLAS install" ,
The config file will be located in /path/to/OpenBLAS/cmake

Then, you can use "find_package(OpenBLAS)" at CMake.
cmake -DOpenBLAS_DIR=/path/to/OpenBLAS/cmake ..
Makefile.install