drop cmake min version to 2.6 for now

This commit is contained in:
Jay Sorg 2011-07-25 13:49:12 -07:00
parent 653d0441aa
commit ef9788a0a1

View File

@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.6)
project(FreeRDP C)
set(CMAKE_COLOR_MAKEFILE ON)