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

...on static builds.
This commit is contained in:
Nikolaus Waxweiler 2018-03-23 19:38:11 +00:00 committed by Ebrahim Byagowi
parent 2a23606339
commit 95f0458f44

View File

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