1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

after-merge fixes

This commit is contained in:
Sergei Golubchik
2015-01-21 14:02:26 +01:00
parent d9c01e4b4a
commit ff55d900fb
4 changed files with 15 additions and 0 deletions

View File

@ -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)