Policy 0063 must be enabled to have hidden inline visibility... (#900)

...on static builds.
pull/902/head
Nikolaus Waxweiler 7 years ago committed by Ebrahim Byagowi
parent 2a23606339
commit 95f0458f44
  1. 2
      CMakeLists.txt

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 2.8.0)
cmake_policy(SET CMP0063 NEW)
project(harfbuzz)
enable_testing()

Loading…
Cancel
Save