Browse Source

include CMakePackageConfigHelpers

tags/v0.3.1
Martin Kroeker GitHub 8 years ago
parent
commit
e65f451409
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      CMakeLists.txt

+ 3
- 0
CMakeLists.txt 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)

#######


Loading…
Cancel
Save