From c983e0618662f7987bf4bd11e7647edd5cdefdbf Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 31 Oct 2016 15:48:19 +0000 Subject: Don't require the python bindings dependencies for ECM It should be optional. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d83db8a4..53008e15 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) -- cgit v1.2.1