From b6e694ab68de91c0ce03e98a35eafe29cb9e8b99 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 6 Sep 2009 00:39:13 +0200 Subject: Add macro for finding Termcap with cmake, and some cleaning about readline --HG-- branch : trunk --- src/trinitycore/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/trinitycore') diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt index b8a51158665..4879e48092a 100644 --- a/src/trinitycore/CMakeLists.txt +++ b/src/trinitycore/CMakeLists.txt @@ -48,6 +48,7 @@ vmaps ZThread g3dlite ${READLINE_LIBRARY} +${TERMCAP_LIBRARY} gomp ${SCRIPT_LIB} ${MYSQL_LIBRARIES} @@ -58,13 +59,6 @@ ${ZLIB} ${OSX_LIBS} ) -IF (CENTOS) - target_link_libraries( - trinity-core - termcap - ) -ENDIF (CENTOS) - install(TARGETS trinity-core DESTINATION bin) -- cgit v1.2.3