1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Changed order of compilation for source directories with cmake

This commit is contained in:
Sebastien Helleu
2007-08-31 13:28:05 +00:00
parent 5218a359af
commit 72d9c51ab0
3 changed files with 12 additions and 8 deletions
-2
View File
@@ -34,9 +34,7 @@ ENDIF(NOT DISABLE_ASPELL)
IF (NOT DISABLE_CHARSET)
# Check for iconv support.
FIND_PACKAGE(Iconv)
IF(ICONV_FOUND)
ADD_DEFINITIONS( -DHAVE_ICONV )
ADD_SUBDIRECTORY( charset )
ENDIF(ICONV_FOUND)
ENDIF(NOT DISABLE_CHARSET)