diff options
| author | Kudlaty <none@none> | 2009-06-22 02:48:13 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-22 02:48:13 +0200 |
| commit | d05f86a182a0ad24f43ce7671ff855823a6ddfb1 (patch) | |
| tree | 9a51f7ed6f1b59e71f8ae4708896335eeabb111a /src | |
| parent | 2660e0ff1c7a6d2346f513d1134fd0644b56bf3e (diff) | |
Fix compile on CentOS(still need to use -DCENTOS=1)
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/trinitycore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt index dd286adc75e..1a2a27ddf5a 100644 --- a/src/trinitycore/CMakeLists.txt +++ b/src/trinitycore/CMakeLists.txt @@ -57,6 +57,7 @@ ${OSX_LIBS} IF (CENTOS) target_link_libraries( +trinity-core termcap ) ENDIF (CENTOS) |
