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

Fixed to cmake which were causing launchpad failure.

parent 5ace57ba
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ install(DIRECTORY ${MOOSE_EXAMPLE_DIR}/
)
# Copy the command to launch moose.
file(COPY ${CMAKE_SOURCE_DIR}/moose DESTINATION ${CMAKE_BINARY_DIR})
configure_file(${CMAKE_SOURCE_DIR}/cmake/moose.in ${CMAKE_BINARY_DIR}/moose)
install(PROGRAMS ${CMAKE_BINARY_DIR}/moose DESTINATION bin)
......
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