Skip to content

Commit e65f451

Browse files
authored
include CMakePackageConfigHelpers
1 parent 02634b5 commit e65f451

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${Open
1212
# Adhere to GNU filesystem layout conventions
1313
include(GNUInstallDirs)
1414

15+
include(CMakePackageConfigHelpers)
16+
17+
1518
set(OpenBLAS_LIBNAME openblas)
1619

1720
#######

0 commit comments

Comments
 (0)