diff options
| author | Kudlaty <none@none> | 2009-06-22 03:45:47 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-22 03:45:47 +0200 |
| commit | e3d5e9af3691613ae0cabc658ba56793d00fe264 (patch) | |
| tree | 8613e61258ce0d1e88d64fe7a2802c4c032fe542 /src | |
| parent | d05f86a182a0ad24f43ce7671ff855823a6ddfb1 (diff) | |
Remove option -DCENTOS, now should automaticaly check if its a CentOS system.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/trinitycore/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt index 1a2a27ddf5a..7eb13185d91 100644 --- a/src/trinitycore/CMakeLists.txt +++ b/src/trinitycore/CMakeLists.txt @@ -56,10 +56,10 @@ ${OSX_LIBS} ) IF (CENTOS) -target_link_libraries( -trinity-core -termcap -) + target_link_libraries( + trinity-core + termcap + ) ENDIF (CENTOS) install(TARGETS trinity-core DESTINATION bin) |
