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

Let top-level cmake override subproject variables. Ifvalues are not set then

only assume default.
parent 9e6dfca4
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ add_custom_command( OUTPUT ${OUTPUT_MOOSEBIN}
)
add_custom_command( TARGET moose-core POST_BUILD
COMMAND ${CMAKE_COMMAND} -E chdir ${PYMOOSE_INSTALL_DIR} tar xvf
${PYMOOSE_BUILD_DIR}/bdist/pymoose-${VERSION}.CMAKE.tar.gz
${PYMOOSE_BUILD_DIR}/bdist/pymoose-${VERSION_MOOSE}.CMAKE.tar.gz
COMMENT "Unarchiving pymoose bdist"
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