From e65f451409e2150bf299a2cdd906bec4ffff7915 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 10 Jun 2018 15:09:43 +0200 Subject: [PATCH] include CMakePackageConfigHelpers --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1c308910..a2421ac54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) #######