diff options
author | Kudlaty <none@none> | 2009-09-06 00:39:13 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-09-06 00:39:13 +0200 |
commit | b6e694ab68de91c0ce03e98a35eafe29cb9e8b99 (patch) | |
tree | 6460eabca6fad2e6b9a506a7d0a9cd3923400aff /src | |
parent | 5e13c487fd8821035bbd1505e08718e6d82fd931 (diff) |
Add macro for finding Termcap with cmake, and some cleaning about readline
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/trinitycore/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
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) |