Skip to content
Snippets Groups Projects
Commit 29680241 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

We drop support for python 2.X

parent e51f6ebf
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ macro( otb_module_headertest _name )
if( NOT ${_name}_THIRD_PARTY
AND EXISTS ${${_name}_SOURCE_DIR}/include
AND PYTHON_EXECUTABLE
AND NOT (PYTHON_VERSION_STRING VERSION_LESS 2.6)
AND NOT (PYTHON_VERSION_STRING VERSION_LESS 3)
AND NOT (${_name} STREQUAL OTBTestKernel)
AND NOT (CMAKE_GENERATOR MATCHES "^Visual Studio 10.*"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment