Skip to content
Snippets Groups Projects
Commit 4b38e204 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-609: Change all cmake python2 dependecies to python3

parent d89b1859
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 32985 2015-11-26 11:10:57Z schaap $
lofar_find_package(Python 2.7 REQUIRED)
lofar_find_package(Python 3.4 REQUIRED)
lofar_package(sip 0.1 DEPENDS PyCommon LTACommon)
include(PythonInstall)
......
# $Id$
lofar_find_package(Python 2.7 REQUIRED)
lofar_find_package(Python 3.4 REQUIRED)
include(PythonInstall)
set(_py_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment