mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 13:36:24 +00:00
Remove a no longer needed cmake policy.
This commit is contained in:
parent
1e808b7edd
commit
37c970f53e
@ -9,7 +9,6 @@
|
|||||||
cmake_minimum_required(VERSION 2.6.0)
|
cmake_minimum_required(VERSION 2.6.0)
|
||||||
|
|
||||||
if(COMMAND cmake_policy)
|
if(COMMAND cmake_policy)
|
||||||
cmake_policy(SET CMP0003 NEW)
|
|
||||||
cmake_policy(SET CMP0005 OLD)
|
cmake_policy(SET CMP0005 OLD)
|
||||||
endif(COMMAND cmake_policy)
|
endif(COMMAND cmake_policy)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user