diff --git a/CMakeLists.txt b/CMakeLists.txt index 5563e19e84..37fd968000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ if(NOT WIN32 AND NOT APPLE) option(USE_PREBUILT_MESA_PACKAGE "Use the pre-built version of the Mesa package" ON) endif() -option(USE_PREBUILT_PYTHON_PACKAGE "Use the pre-built version of the Python package" ON) option(USE_PREBUILT_QTWEBKIT_PACKAGE "Use the pre-built version of the QtWebKit package" ON) option(USE_PREBUILT_BIOSIGNALML_PACKAGE "Use the pre-built version of the BioSignalML package" ON) @@ -30,6 +29,7 @@ option(USE_PREBUILT_LIBXDIFF_PACKAGE "Use the pre-built version of the LibXDiff option(USE_PREBUILT_LLVMCLANG_PACKAGE "Use the pre-built version of the LLVMClang package" ON) option(USE_PREBUILT_OAUTH_PACKAGE "Use the pre-built version of the OAuth package" ON) option(USE_PREBUILT_OPENSSL_PACKAGE "Use the pre-built version of the OpenSSL package" ON) +option(USE_PREBUILT_PYTHON_PACKAGE "Use the pre-built version of the Python package" ON) option(USE_PREBUILT_PYTHON_PACKAGES_PACKAGE "Use the pre-built version of various Python packages" ON) option(USE_PREBUILT_PYTHONQT_PACKAGE "Use the pre-built version of the PythonQt package" ON) option(USE_PREBUILT_QSCINTILLA_PACKAGE "Use the pre-built version of the QScintilla package" ON)