~gunchleoc/widelands/bug-1818494-ingame-zoom-freezes

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Toni Förster
  • Date: 2018-12-13 21:27:09 UTC
  • mto: This revision was merged to the branch mainline in revision 8943.
  • Revision ID: toni.foerster@gmail.com-20181213212709-8cifxsc6j9utxj68
set CMP0074 to NEW, remove icu4c and gettext from brew install since they are already installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  endif()
34
34
endif(POLICY CMP0072)
35
35
 
 
36
# This policy is not known to versions prior 3.12 and would result in errors,
 
37
# if set on such systems. This can be removed when cmake_minimum_required is set
 
38
# to 3.12 or newer  by using:
 
39
# cmake_policy(VERSION 3.12)
 
40
if(POLICY CMP0074)
 
41
  cmake_policy(SET CMP0074 NEW)
 
42
endif(POLICY CMP0074)
 
43
 
36
44
include("${CMAKE_SOURCE_DIR}/cmake/WlFunctions.cmake")
37
45
 
38
46
option(OPTION_USE_GLBINDING "Use glbinding instead of GLEW" OFF)