gameServer/CMakeLists.txt
changeset 2409 dbf195c3e09c
parent 2406 2e757b32991e
child 2606 ed687a8d081f
--- a/gameServer/CMakeLists.txt	Wed Oct 07 17:01:40 2009 +0000
+++ b/gameServer/CMakeLists.txt	Thu Oct 08 00:58:17 2009 +0000
@@ -4,9 +4,6 @@
 	message(FATAL_ERROR "Cannot find GHC")
 endif(NOT ghc_executable)
 
-if(APPLE)
-	find_package(GMP REQUIRED)
-endif(APPLE)
 
 set(hwserver_sources
 	OfficialServer/DBInteraction.hs