Skip to content
Snippets Groups Projects
Commit 229756f1 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

moose -> moosegui. Not sure how it is still called moose. I thought I

renamed it.
parent e826dd7e
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,11 @@ if(WITH_GUI)
)
endif()
configure_file( ${CMAKE_SOURCE_DIR}/cmake/moose.in ${CMAKE_BINARY_DIR}/moose )
install(PROGRAMS ${CMAKE_BINARY_DIR}/moose DESTINATION bin)
configure_file(
${CMAKE_SOURCE_DIR}/cmake/moosegui.in
${CMAKE_BINARY_DIR}/moosegui
)
install(PROGRAMS ${CMAKE_BINARY_DIR}/moosegui DESTINATION bin)
# UNINSTALL
add_custom_command(OUTPUT __uninstall_moose-core__
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment