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 merge requests found
3.1.1-166-g4ffcca5
\ No newline at end of file
...@@ -52,7 +52,7 @@ if(NOT PYTHONINTERP_FOUND) ...@@ -52,7 +52,7 @@ if(NOT PYTHONINTERP_FOUND)
return() return()
endif() endif()
execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c" execute_process(COMMAND ${PYTHON_EXECUTABLE} -c
"import numpy as n; print(n.__version__); print(n.get_include());" "import numpy as n; print(n.__version__); print(n.get_include());"
RESULT_VARIABLE _NUMPY_SEARCH_SUCCESS RESULT_VARIABLE _NUMPY_SEARCH_SUCCESS
OUTPUT_VARIABLE _NUMPY_VALUES_OUTPUT 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