From 1efc7f7cf9a3c16c4a1d72142d3da7b6295437e1 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Thu, 30 May 2013 11:26:01 +0200 Subject: Add FindOpenLMIIndManager cmake module --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5a5c7c..834ffa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,3 +44,4 @@ install(FILES cmake/modules/OpenLMIMacros.cmake DESTINATION share/cmake/Modules) install(FILES cmake/modules/FindCMPI.cmake DESTINATION share/cmake/Modules) install(FILES cmake/modules/FindKonkretCMPI.cmake DESTINATION share/cmake/Modules) install(FILES cmake/modules/FindOpenLMI.cmake DESTINATION share/cmake/Modules) +install(FILES cmake/modules/FindOpenLMIIndManager.cmake DESTINATION share/cmake/Modules) -- cgit