include CMakePackageConfigHelpers
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 10 Jun 2018 13:09:43 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Jun 2018 13:09:43 +0000 (15:09 +0200)
CMakeLists.txt

index e1c3089..a2421ac 100644 (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)
 
 #######