diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 83256639e..9e46200fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,11 +304,6 @@ if(ENABLE_PBINS) endif() if(ENABLE_PYTHON) - # TODO(compnerd) adjust for non-gcc compilers - if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0.0) - message(SEND_ERROR "gcc >= 4.0.0 is required for python support") - endif() - find_package(PythonInterp) if(NOT PYTHONINTERP_FOUND) message(SEND_ERROR "python is required for python support") |