find_package only searches for FindXxx-modules in the path specified by CMAKE_MODULE_PATH; other paths are supposed to contain config-mode modules (much like pkgconfig). Generate the config-mode module in the installation directory using the same template as is used for the one in the build directory, only selectively swapping some directories in the relevant variables.
30 lines
317 B
Plaintext
30 lines
317 B
Plaintext
# editor backup files
|
|
*~
|
|
.\#*
|
|
\#*\#
|
|
.\#*\#
|
|
|
|
# compiler output
|
|
*.o
|
|
*.mod
|
|
|
|
# libtool compatible files
|
|
*.lo
|
|
*.la
|
|
|
|
# Eclipse project settings
|
|
.cproject
|
|
.project
|
|
.settings/*
|
|
|
|
# in-tree build with CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
config.h
|
|
opm-core-config.cmake
|
|
opm-core-install.cmake
|
|
Makefile
|
|
bin/
|
|
lib/
|