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

Merge commit '4489d159'

parents 9e888548 4489d159
No related branches found
No related tags found
No related merge requests found
3.1.1-166-g4ffcca5
\ 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