mirror of https://github.com/getdnsapi/getdns.git
Jump off the fence on policy CMP0075.
The new behaviour is benign for us, so go with it if available.
This commit is contained in:
parent
11e621b758
commit
878fd0583f
|
@ -1,5 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||
|
||||
if (POLICY CMP0075)
|
||||
cmake_policy(SET CMP0075 NEW)
|
||||
endif ()
|
||||
|
||||
set(CMAKE_VERBOSE_MAKEFILE_ON)
|
||||
|
||||
# The following must be set BEFORE doing project() or enable_language().
|
||||
|
|
Loading…
Reference in New Issue