CMakeLists.txt
changeset 8672 4cccc0520988
parent 8671 a9957b7797f3
child 8673 834e2d3b43d2
--- a/CMakeLists.txt	Wed Mar 06 16:40:56 2013 +0100
+++ b/CMakeLists.txt	Wed Mar 06 16:42:56 2013 +0100
@@ -15,9 +15,6 @@
     endif()
 endforeach()
 
-#use available modules, fallback to ours if not present (CMP0017 helps)
-set(CMAKE_MODULE_PATH "${CMAKE_ROOT}/Modules" "${CMAKE_SOURCE_DIR}/cmake_modules")
-
 
 #possible cmake configuration
 option(NOSERVER "Disable gameServer build [default: auto]" OFF)