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

make install instead of cmake install in cmake file now.

parent ac2b19f1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ install(CODE
execute_process(COMMAND ctest --output-on-failure
WORKING_DIRECTORY ${MOOSE_CORE_BUILD_DIR})
execute_process(COMMAND ${CMAKE_COMMAND} install
execute_process(COMMAND make install
WORKING_DIRECTORY ${MOOSE_CORE_BUILD_DIR})
"
)
......
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