mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Tests: bump cmake_minimum_required version to 2.8.12
This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs.
This commit is contained in:
committed by
Brad King
parent
20e90c08e3
commit
f6b4db365a
@@ -1,6 +1,6 @@
|
||||
project(hello Java)
|
||||
|
||||
cmake_minimum_required (VERSION 2.6)
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
set(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
|
||||
include(CTest)
|
||||
|
||||
Reference in New Issue
Block a user