diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 804cb63..5584f24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(BUILD_SHARED_LIBS "Build shared libs" FALSE) option(TREAT_WARNINGS_AS_ERRORS "Treat warnings as errors" FALSE) set(KMSXX_ENABLE_PYTHON ON CACHE BOOL "Enable Python wrappers") -set(KMSXX_PYTHON_VERSION "python3;python2" CACHE STRING "Python pkgconfig package") +set(KMSXX_PYTHON_VERSION "python3" CACHE STRING "Python pkgconfig package") set(KMSXX_ENABLE_KMSCUBE OFF CACHE BOOL "Enable kmscube") @@ -79,7 +79,7 @@ BUILD_SHARED_LIBS | ON/OFF | OFF | KMSXX_ENABLE_PYTHON | ON/OFF | ON | KMSXX_ENABLE_KMSCUBE | ON/OFF | OFF | KMSXX_ENABLE_LIBDRMOMAP | ON/OFF | OFF | -KMSXX_PYTHON_VERSION | python3/python2 | python3;python2 | Name of the python pkgconfig file +KMSXX_PYTHON_VERSION | python3 | python3 | Name of the python pkgconfig file ## Env variables |