mirror of
https://abf.rosa.ru/djam/fltk.git
synced 2025-02-23 17:02:52 +00:00
15 lines
527 B
Diff
15 lines
527 B
Diff
![]() |
diff -urN fltk-1.3.3-orig/CMakeLists.txt fltk-1.3.3-patched/CMakeLists.txt
|
||
|
--- fltk-1.3.3-orig/CMakeLists.txt 2014-10-10 03:03:56.000000000 +1100
|
||
|
+++ fltk-1.3.3-patched/CMakeLists.txt 2016-08-26 16:25:43.256631466 +1000
|
||
|
@@ -24,6 +24,10 @@
|
||
|
project(FLTK)
|
||
|
cmake_minimum_required(VERSION 2.6)
|
||
|
|
||
|
+if(POLICY CMP0053)
|
||
|
+ cmake_policy(SET CMP0053 NEW)
|
||
|
+endif()
|
||
|
+
|
||
|
#######################################################################
|
||
|
# define some macros
|
||
|
#######################################################################
|