diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-11-07 00:10:04 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-11-07 00:10:46 +0000 |
commit | 144152c72debd85dfc48de1f2acf1fdb9bfcdec5 (patch) | |
tree | 959a8092abf38113717fd9e94a3cee061a5ccaed /tests | |
parent | 0e6f69086fb9b008310dd3721aba8432976bc84f (diff) | |
download | extra-cmake-modules-144152c72debd85dfc48de1f2acf1fdb9bfcdec5.tar.gz extra-cmake-modules-144152c72debd85dfc48de1f2acf1fdb9bfcdec5.tar.bz2 |
Reduce the CMake minimum required
This works with 3.2, and I don't remember why I made it 3.3.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GenerateSipBindings/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GenerateSipBindings/CMakeLists.txt b/tests/GenerateSipBindings/CMakeLists.txt index c48b1bce..223b2fed 100644 --- a/tests/GenerateSipBindings/CMakeLists.txt +++ b/tests/GenerateSipBindings/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.2) project(GenerateSipBindings) |