Skip to content

Commit fb6c7d0

Browse files
authored
Merge pull request #406 from dzenanz/bumpCMake
Bump minimum required version of CMake to 2.8.12
2 parents bacfb31 + 86c5f09 commit fb6c7d0

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)