Fix build with cmake < 3.0

pull/1/head
Slávek Banko 7 years ago
parent 68cb29a12f
commit 6fbd5fcdf1

@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 2.6)
if( POLICY CMP0037 )
cmake_policy(SET CMP0037 NEW)
endif( POLICY CMP0037 )
project(LibVNCServer)
include(CheckFunctionExists)

Loading…
Cancel
Save