Git commit c983e0618662f7987bf4bd11e7647edd5cdefdbf by Stephen Kelly. Committed on 31/10/2016 at 15:48. Pushed by skelly into branch 'master'. Don't require the python bindings dependencies for ECM It should be optional. M +1 -1 tests/CMakeLists.txt http://commits.kde.org/extra-cmake-modules/c983e0618662f7987bf4bd11e7647edd= 5cdefdbf diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d83db8a..53008e1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -81,7 +81,7 @@ endmacro() = list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/find-modules) = -find_package(PythonModuleGeneration REQUIRED) +find_package(PythonModuleGeneration) = foreach(pyversion 2 3) if (GPB_PYTHON${pyversion}_COMMAND)