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

Squashed 'moose-core/' changes from 669b981..270c880

270c880 Search numpy path in cmake are fixed for snapcraft.

git-subtree-dir: moose-core
git-subtree-split: 270c880c3a3005c3ed1000a87069a0f6bb1bdb0f
parent ccf3e614
No related branches found
No related tags found
No related merge requests found
3.1.1-100-g51a3a30
3.1.1-129-g669b981
\ No newline at end of file
......@@ -52,7 +52,7 @@ if(NOT PYTHONINTERP_FOUND)
return()
endif()
execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c"
execute_process(COMMAND ${PYTHON_EXECUTABLE} -c
"import numpy as n; print(n.__version__); print(n.get_include());"
RESULT_VARIABLE _NUMPY_SEARCH_SUCCESS
OUTPUT_VARIABLE _NUMPY_VALUES_OUTPUT
......
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