diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-06-23 15:14:57 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-06-23 15:14:57 +0400 |
commit | c36bf0f6a94fc1319a0ff5279ded019e2f4b9c29 (patch) | |
tree | 9799ae3e4e9d7d21ab183a774a0a33e1d810d212 /CMakeLists.txt | |
parent | 411f4a081f36c8305b6c9b750e8f43fc50beb879 (diff) | |
download | rspamd-c36bf0f6a94fc1319a0ff5279ded019e2f4b9c29.tar.gz rspamd-c36bf0f6a94fc1319a0ff5279ded019e2f4b9c29.zip |
* Remove garbadge (gnome terminal sucks)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd501c68f..05618ea93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,10 +61,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") DOC "Path where the libintl library can be found") LIST(APPEND CMAKE_REQUIRED_LIBRARIES ${LIBINTL_LIBRARY}) - ENDIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") - - LIST(APPEND CMAKE_REQUIRED_LIBRARIES intl) - ENDIF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin") |