diff --git a/CMakeLists.txt b/CMakeLists.txt index 088bf1801ff1de26aa76274d30fe9ba26c25d1a9..6ee00e78fd2235ba5d98bbc84cb1065d8eac5a85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,13 +33,13 @@ if(NOT WIN32) endif() #set(BUILD_CRYPTO_TESTS ON) -#set(BUILD_WITH_SYSTEM_PYTHON ON) #link with system python3. If OFF - will user prebuilds or src. +set(BUILD_WITH_SYSTEM_PYTHON ON) #link with system python3. If OFF - will user prebuilds or src. -set(BUILD_PYTHON_FROM_SRC ON) #build Python from sources; if OFF - will use a prebuilds. +#set(BUILD_PYTHON_FROM_SRC ON) #build Python from sources; if OFF - will use a prebuilds. #set(BUILD_PYTHON_СUSTOM_LIBFFI ON) #use libffi from source archive. -set(BUILD_PYTHON_СUSTOM_ZLIB ON) #use zlib from source arcivie. -set(BUILD_PYTHON_СUSTOM_OPENSSL ON) #use openssl from source archive. -set(BUILD_PYTHON_SHARED OFF) #use python with shared lib (or link staticaly). +#set(BUILD_PYTHON_СUSTOM_ZLIB ON) #use zlib from source arcivie. +#set(BUILD_PYTHON_СUSTOM_OPENSSL ON) #use openssl from source archive. +#set(BUILD_PYTHON_SHARED OFF) #use python with shared lib (or link staticaly). if(LINUX) set(SUPPORT_PYTHON_PLUGINS ON)