diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-31 15:48:19 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-31 15:48:19 +0000 |
commit | c983e0618662f7987bf4bd11e7647edd5cdefdbf (patch) | |
tree | b567a0a72f339fa43fa83f75f77024d4133f02d1 /tests/CMakeLists.txt | |
parent | 64eb5f8e1320feb78c56ec0acb7399ee6085770d (diff) | |
download | extra-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/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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) |