Created
November 1, 2017 14:22
-
-
Save parsa/92ea247133cec47d733a5fcbad6acf27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required(VERSION 3.8) | |
| project(foo CXX) | |
| find_package(LAPACK REQUIRED) | |
| message("LAPACK_FOUND=${LAPACK_FOUND}") | |
| message("LAPACK_LIBRARIES=${LAPACK_LIBRARIES}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment