From efd3d89104b2362617232bd73d47c4b113d84087 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 2 Dec 2019 04:51:04 +0000 Subject: [PATCH] add note why CMP0063 is set to NEW [ci skip] Signed-off-by: Ivailo Monev --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a3c44fad..b6419ff32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ endif() set(CPACK_PACKAGE_FILE_NAME "Katie-4.9.0-${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_BUILD_TYPE}") include(CPack) +# enable symbols visibility preset for all targets if(NOT CMAKE_VERSION VERSION_LESS "3.3.0") cmake_policy(SET CMP0063 NEW) endif() -- 2.11.0