From 4077ab87abb86c5ed06870ddf3e46ab3b5765745 Mon Sep 17 00:00:00 2001 From: Amul Shah Date: Thu, 21 Jun 2012 12:20:37 -0400 Subject: [PATCH] revert addition of GLD files to install directory The configure script will generate this in the ultimate install directory. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ec852a..e477148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -589,9 +589,8 @@ Halt") -P ${GTM_SOURCE_DIR}/sr_unix/mumps.cmake VERBATIM ) - list(APPEND files_to_place ${help}help.dat ${help}help.gld) + list(APPEND files_to_place ${help}help.dat) install(FILES ${GTM_BINARY_DIR}/${help}help.dat DESTINATION ${GTM_INSTALL_DIR}) - install(FILES ${GTM_BINARY_DIR}/${help}help.gld DESTINATION ${GTM_INSTALL_DIR}) endforeach() #-----------------------------------------------------------------------------