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

If user prefer, he can use BOOST to build moose.

parent 6f08b9fb
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ echo "Building MOOSE"
cd @PYMOOSE_BUILD_DIR@
cmake -DCMAKE_INSTALL_PREFIX=@PYMOOSE_INSTALL_DIR@ \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_BOOST=@WITH_BOOST@ \
-DPYTHON_EXECUTABLE=@PYTHON_EXECUTABLE@ \
@CMAKE_PYMOOSE_ARGS@ \
@PYMOOSE_SOURCE_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