aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-29 17:56:43 +0100
committern0n4m3 <none@none>2009-12-29 17:56:43 +0100
commit5b975766f5f7dec597046af627bb70a1891aafd0 (patch)
treeb9479b38782f46872a7dc036ce02e932cc814711
parentdf88de1f2ab88815d5450cd2088528908e3d657d (diff)
Removed not needed gomp from cmakefiles
--HG-- branch : trunk
-rw-r--r--src/trinitycore/CMakeLists.txt1
-rw-r--r--src/trinityrealm/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt
index ab707fcac79..4d59fee355e 100644
--- a/src/trinitycore/CMakeLists.txt
+++ b/src/trinitycore/CMakeLists.txt
@@ -48,7 +48,6 @@ vmaps
g3dlite
${READLINE_LIBRARY}
${TERMCAP_LIBRARY}
-gomp
${SCRIPT_LIB}
${MYSQL_LIBRARIES}
${POSTGRESQL_LIBRARIES}
diff --git a/src/trinityrealm/CMakeLists.txt b/src/trinityrealm/CMakeLists.txt
index e39dc088e90..b0b70a7ee42 100644
--- a/src/trinityrealm/CMakeLists.txt
+++ b/src/trinityrealm/CMakeLists.txt
@@ -38,7 +38,6 @@ trinitydatabase
trinityauth
trinityconfig
zlib
-gomp
${SSLLIB}
${MYSQL_LIBRARIES}
${POSTGRESQL_LIBRARIES}