summaryrefslogtreecommitdiff
path: root/cmake/libutils.cmake
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2015-01-21 14:02:26 +0100
committerSergei Golubchik <sergii@pisem.net>2015-01-21 14:02:26 +0100
commitff55d900fbeb1d426e7737caef6748c3f13bf4e6 (patch)
treee2bdecad651f7e77eab9bd1af11751d300049d4a /cmake/libutils.cmake
parentd9c01e4b4ac6a7e2bdbcaf71819fa3d4f5269840 (diff)
downloadmariadb-git-ff55d900fbeb1d426e7737caef6748c3f13bf4e6.tar.gz
after-merge fixes
Diffstat (limited to 'cmake/libutils.cmake')
-rw-r--r--cmake/libutils.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/libutils.cmake b/cmake/libutils.cmake
index 8f85b988f8d..8fcfe294f17 100644
--- a/cmake/libutils.cmake
+++ b/cmake/libutils.cmake
@@ -304,6 +304,8 @@ FUNCTION(GET_DEPENDEND_OS_LIBS target result)
SET(${result} ${ret} PARENT_SCOPE)
ENDFUNCTION()
+INCLUDE(CheckCCompilerFlag)
+
SET(VISIBILITY_HIDDEN_FLAG)
IF(CMAKE_COMPILER_IS_GNUCXX AND UNIX)