#---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- # Commands may need to know the format version. set(CMAKE_IMPORT_FILE_VERSION 1) # Import target "OpenBLAS::OpenBLAS" for configuration "" set_property(TARGET OpenBLAS::OpenBLAS APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) set_target_properties(OpenBLAS::OpenBLAS PROPERTIES IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "-lpthread" IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib64/libopenblas.so.0.3" IMPORTED_SONAME_NOCONFIG "libopenblas.so.0" ) list(APPEND _IMPORT_CHECK_TARGETS OpenBLAS::OpenBLAS ) list(APPEND _IMPORT_CHECK_FILES_FOR_OpenBLAS::OpenBLAS "${_IMPORT_PREFIX}/lib64/libopenblas.so.0.3" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION)