Skip to content

Commit ac23eaa

Browse files
committed
One more try
1 parent ddbb8eb commit ac23eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/FindNumpy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ INCLUDE(FindPythonInterp)
1313

1414
IF(PYTHON_EXECUTABLE)
1515
EXEC_PROGRAM ("${PYTHON_EXECUTABLE}"
16-
ARGS "-c \"import sys; import numpy; print(numpy.get_include())\""
16+
ARGS "-c \"import sys; import numpy; print(numpy.get_include(),end='')\""
1717
OUTPUT_VARIABLE PYTHON_NUMPY_INCLUDE_DIR
1818
RETURN_VALUE PYTHON_NUMPY_NOT_FOUND)
1919

0 commit comments

Comments
 (0)