Auto-generated pc/cmake files: headers in dedicated files.

This commit is contained in:
Franck HOUSSEN
2018-06-24 09:12:41 +02:00
committed by Sylvestre Ledru
parent a4eaab6952
commit e7e50bbc1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Config file for the arpack-ng package. It defines the following variables:
# - arpack_ng_INCLUDE_DIRS - include directories
# - arpack_ng_LIBRARIES - libraries to link against
set(arpack_ng_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include" CACHE PATH "arpack-ng: include directories" FORCE)
set(arpack_ng_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include/arpack" CACHE PATH "arpack-ng: include directories" FORCE)
if(EXISTS "@CMAKE_INSTALL_PREFIX@/lib/libarpack.a")
set(arpack_ng_LIBRARIES "@CMAKE_INSTALL_PREFIX@/lib/libarpack.a" CACHE FILEPATH "arpack-ng: libraries" FORCE)
elseif(EXISTS "@CMAKE_INSTALL_PREFIX@/lib/libarpack.so")
+1 -1
View File
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
includedir=@includedir@/arpack
Name: @PACKAGE_NAME@
Description: Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems