From 52a807272760920533ee2db81b4ae009bb0a6e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20So=CC=88derberg?= Date: Wed, 27 Feb 2013 23:37:35 +0100 Subject: [PATCH] Rename the CMakeModules directory to simply cmake. This is more consistent with the other directories in the project. --- {CMakeModules => cmake}/CheckFunctionKeywords.cmake | 0 {CMakeModules => cmake}/FindSphinx.cmake | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {CMakeModules => cmake}/CheckFunctionKeywords.cmake (100%) rename {CMakeModules => cmake}/FindSphinx.cmake (100%) diff --git a/CMakeModules/CheckFunctionKeywords.cmake b/cmake/CheckFunctionKeywords.cmake similarity index 100% rename from CMakeModules/CheckFunctionKeywords.cmake rename to cmake/CheckFunctionKeywords.cmake diff --git a/CMakeModules/FindSphinx.cmake b/cmake/FindSphinx.cmake similarity index 100% rename from CMakeModules/FindSphinx.cmake rename to cmake/FindSphinx.cmake