Skip to content
Snippets Groups Projects
Commit 7c2d8fc8 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Bump minimum cmake version to 2.4.8.

parent c945c6eb
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
# other commands to guarantee full compatibility
# with the version specified
# The FindPkgConfig module was released with 2.4.7.
cmake_minimum_required(VERSION 2.4.7 FATAL_ERROR)
# The "cmake -E touch" command was released with 2.4.8.
cmake_minimum_required(VERSION 2.4.8 FATAL_ERROR)
# This makes cmake 2.6 not complain about a version
# 2.4 compatibility mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment