Skip to content

Instantly share code, notes, and snippets.

@parsa
Created November 1, 2017 14:22
Show Gist options
  • Select an option

  • Save parsa/92ea247133cec47d733a5fcbad6acf27 to your computer and use it in GitHub Desktop.

Select an option

Save parsa/92ea247133cec47d733a5fcbad6acf27 to your computer and use it in GitHub Desktop.
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