aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Util
diff options
context:
space:
mode:
authorserg-belyakov <serg-belyakov@yandex-team.com>2022-07-08 17:02:48 +0300
committerserg-belyakov <serg-belyakov@yandex-team.com>2022-07-08 17:02:48 +0300
commite5eab3309e308a5713727c7f9c506b51b6d32af7 (patch)
treeec1a4a74e457682dbc96582556a1e956635397c7 /contrib/libs/poco/Util
parentdf4076b5d5f03459384ffadd5e48f63797ddc87f (diff)
downloadydb-e5eab3309e308a5713727c7f9c506b51b6d32af7.tar.gz
Add logging after applying new GroupInfo,
Diffstat (limited to 'contrib/libs/poco/Util')
-rw-r--r--contrib/libs/poco/Util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Util/CMakeLists.txt b/contrib/libs/poco/Util/CMakeLists.txt
index c031ddb850..e8c98bfd99 100644
--- a/contrib/libs/poco/Util/CMakeLists.txt
+++ b/contrib/libs/poco/Util/CMakeLists.txt
@@ -6,6 +6,6 @@
# original buildsystem will not be accepted.
-if (UNIX)
+if (UNIX AND NOT APPLE)
include(CMakeLists.linux.txt)
endif()