Skip to content
Snippets Groups Projects
Commit 1c23f5f6 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-657: always use at least python3 for finding python modules

parent 74b3b16d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
# $Id$
# Search for the Python interpreter.
find_package(PythonInterp)
find_package(PythonInterp 3)
# -----------------------------------------------------------------------------
# find_python_module(module [REQUIRED])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment