include CMakePackageConfigHelpers

This commit is contained in:
Martin Kroeker
2018-06-10 15:09:43 +02:00
committed by GitHub
parent 02634b549b
commit e65f451409

View File

@@ -12,6 +12,9 @@ set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${Open
# Adhere to GNU filesystem layout conventions
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
set(OpenBLAS_LIBNAME openblas)
#######