revert addition of GLD files to install directory

The configure script will generate this in the ultimate install
directory.
This commit is contained in:
Amul Shah 2012-06-21 12:20:37 -04:00
parent 89f3cc3b49
commit 4077ab87ab
1 changed files with 1 additions and 2 deletions

View File

@ -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()
#-----------------------------------------------------------------------------