changed: only install our own Find rule, and install it in config mode

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2349 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
akva
2013-04-30 14:08:50 +00:00
committed by Knut Morten Okstad
parent c827494268
commit 9f83258a88

View File

@@ -166,9 +166,7 @@ ELSE(WIN32)
DESTINATION include/IFEM COMPONENT ${IFEM_DEV_COMPONENT})
# cmake modules
FILE(GLOB LOCAL_CMAKE_MODULES cmake/Modules/Find*.cmake)
INSTALL(FILES ${LOCAL_CMAKE_MODULES}
DESTINATION ${CMAKE_ROOT}/Modules COMPONENT bin)
INSTALL(FILES cmake/Modules/FindIFEM.cmake DESTINATION lib/IFEM RENAME IFEMConfig.cmake)
# documentation and license
INSTALL(DIRECTORY ${PROJECT_SOURCE_DIR}/doc/html DESTINATION share/doc/IFEM