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.

lapack-config-build.cmake.in 405 B

12345678910
  1. # Load lapack targets from the build tree if necessary.
  2. set(_LAPACK_TARGET "@_lapack_config_build_guard_target@")
  3. if(_LAPACK_TARGET AND NOT TARGET "${_LAPACK_TARGET}")
  4. include("@LAPACK_BINARY_DIR@/lapack-targets.cmake")
  5. endif()
  6. unset(_LAPACK_TARGET)
  7. # Report the blas and lapack raw or imported libraries.
  8. set(LAPACK_blas_LIBRARIES "@BLAS_LIBRARIES@")
  9. set(LAPACK_lapack_LIBRARIES "@LAPACK_LIBRARIES@")