# HG changeset patch # User koda # Date 1362584576 -3600 # Node ID 4cccc0520988eaa256683b2ba47a13b5bc795c3f # Parent a9957b7797f321da6af81285b46a8baabf9c053e our cmake modules have become good enough, prefer them over system ones diff -r a9957b7797f3 -r 4cccc0520988 CMakeLists.txt --- 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)