revert addition of GLD files to install directory
The configure script will generate this in the ultimate install directory.
This commit is contained in:
parent
89f3cc3b49
commit
4077ab87ab
|
@ -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()
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue