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

temp commit [skip ci]

parent e476f66a
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ configure_file( ...@@ -69,7 +69,7 @@ configure_file(
# Build pymoose module. # Build pymoose module.
add_custom_target( moose-core DEPENDS ${OUTPUT_MOOSEBIN} ) add_custom_target( moose-core DEPENDS ${OUTPUT_MOOSEBIN} )
add_custom_command( OUTPUT ${OUTPUT_MOOSEBIN} add_custom_command( OUTPUT ${OUTPUT_MOOSEBIN}
COMMAND bash -c ${PYMOOSE_BUILD_DIR}/build_moose-core.sh COMMAND ${PYMOOSE_BUILD_DIR}/build_moose-core.sh
WORKING_DIRECTORY ${PYMOOSE_BUILD_DIR} WORKING_DIRECTORY ${PYMOOSE_BUILD_DIR}
COMMENT "Building pymoose in ${PYMOOSE_BUILD_DIR}" COMMENT "Building pymoose in ${PYMOOSE_BUILD_DIR}"
VERBATIM VERBATIM
......
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