From 5a6bef4529f0d2c64369c63533c50e4e26ba1891 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 31 May 2019 15:15:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BF=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=D1=87=D0=BD=D1=8B=D0=BC=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCommonTargetProperties.cmake | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CMLibCommonTargetProperties.cmake b/CMLibCommonTargetProperties.cmake index 4e7c3b6..680898a 100644 --- a/CMLibCommonTargetProperties.cmake +++ b/CMLibCommonTargetProperties.cmake @@ -30,13 +30,13 @@ function(common_target_properties Name) endif() if(TARGET Qt5::Widgets) set_target_properties(${Name} PROPERTIES AUTOUIC TRUE) - if(CMAKE_VERSION VERSION_LESS 3.7.99) - target_include_directories( - ${Name} - PUBLIC - $ - ) - endif() +# if(CMAKE_VERSION VERSION_LESS 3.7.99) +# target_include_directories( +# ${Name} +# PUBLIC +# $ +# ) +# endif() endif() if(CMAKE_CXX_COMPILER_IS_GCC AND NOT APPLE) set_target_properties(${Name} PROPERTIES LINK_FLAGS "-Wl,--no-as-needed")