Skip to content

Commit 70f2c35

Browse files
authored
Merge branch 'master' into simplify-build-system-and-add-python-as-dependency
2 parents fc38366 + fb6c7d0 commit 70f2c35

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Superbuild/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2525
# DEALINGS IN THE SOFTWARE.
2626

27-
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
28-
#cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
27+
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
2928
#cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
3029
if(POLICY CMP0053)
3130
cmake_policy(SET CMP0053 OLD)

src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
# DEALINGS IN THE SOFTWARE.
2727
#
2828

29-
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
30-
#cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
29+
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
3130
#cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
3231
if(POLICY CMP0020)
3332
cmake_policy(SET CMP0020 NEW)

0 commit comments

Comments
 (0)