Skip to content

Commit

Permalink
python: remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 22, 2024
1 parent 5e6c7eb commit 6e6d4bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ endmacro()
# Detect scipy module.
#
macro(FIND_SCIPY)
# Detect numpy.
message(STATUS "Checking for SciPy")
execute_process(
COMMAND "${PYTHON_EXECUTABLE}" "-c" "import scipy; print (True)"
Expand Down

0 comments on commit 6e6d4bf

Please sign in to comment.