Lines 685-692
Link Here
|
685 |
set( PythonLibs_FIND_VERSION 3.3 ) |
685 |
set( PythonLibs_FIND_VERSION 3.3 ) |
686 |
else() |
686 |
else() |
687 |
# force a python version < 3.0 |
687 |
# force a python version < 3.0 |
688 |
set( PythonInterp_FIND_VERSION 2.6 ) |
688 |
set( PythonInterp_FIND_VERSION 2.7 ) |
689 |
set( PythonLibs_FIND_VERSION 2.6 ) |
689 |
set( PythonLibs_FIND_VERSION 2.7 ) |
690 |
endif() |
690 |
endif() |
691 |
|
691 |
|
692 |
find_package( PythonInterp ) |
692 |
find_package( PythonInterp ) |