aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-31 15:48:19 +0000
committerStephen Kelly <steveire@gmail.com>2016-10-31 15:48:19 +0000
commitc983e0618662f7987bf4bd11e7647edd5cdefdbf (patch)
treeb567a0a72f339fa43fa83f75f77024d4133f02d1 /tests
parent64eb5f8e1320feb78c56ec0acb7399ee6085770d (diff)
downloadextra-cmake-modules-c983e0618662f7987bf4bd11e7647edd5cdefdbf.tar.gz
extra-cmake-modules-c983e0618662f7987bf4bd11e7647edd5cdefdbf.tar.bz2
Don't require the python bindings dependencies for ECM
It should be optional.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)