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.

lapacke-config-version.cmake.in 258 B

12345678
  1. set(PACKAGE_VERSION "@LAPACK_VERSION@")
  2. if(NOT ${PACKAGE_FIND_VERSION} VERSION_GREATER ${PACKAGE_VERSION})
  3. set(PACKAGE_VERSION_COMPATIBLE 1)
  4. if(${PACKAGE_FIND_VERSION} VERSION_EQUAL ${PACKAGE_VERSION})
  5. set(PACKAGE_VERSION_EXACT 1)
  6. endif()
  7. endif()