From 643d678146f0e292ed211e9fe214c145e697d2d4 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 3 Feb 2017 10:11:58 -0500 Subject: Support python2 based pykms binding Previously only binding with python3 was supported, this patch allows compilation of pykms with python3 or python2. When compiling with python2 some of the python scripts located in the py/test will not work since they import python3 only modules Signed-off-by: Alejandro Hernandez Signed-off-by: Tomi Valkeinen --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 324b7df..57088bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,8 @@ 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_ENABLE_KMSCUBE OFF CACHE BOOL "Enable kmscube") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -Wall") -- cgit v1.2.3