From 837509658df9e0827348dd905552160181932f13 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 14 May 2018 09:07:03 +0200 Subject: Honor visibility for all targets --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54ab9ea..f322faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.0) cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0028 NEW) +cmake_policy(SET CMP0063 NEW) project(sink VERSION 0.7) -- cgit v1.2.3