summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-08-19 20:08:48 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-08-19 23:05:18 -0700
commit6ab712446b707476e3c19fb9ea1dab51ab200fc1 (patch)
treedf1514363523f17466e443bb5df8580d70ca4ff1
parent97f7df5dee4c09f23744c122d2acd691b4927214 (diff)
cmake: Prefix module CheckThreadLocalStorage with Waffle
That is, rename CheckThreadLocalStorage.cmake -> WaffleCheckThreadLocalStorage.cmake Let's be good code citizens. If a module is private to Waffle, then let's prefix its name with 'Waffle'. CMake, CPack, KDE3, and Qt4 also follows this convention. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--cmake/Modules/WaffleCheckThreadLocalStorage.cmake (renamed from cmake/Modules/CheckThreadLocalStorage.cmake)2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75a261c..8829029 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@ set(waffle_soversion "0")
# ------------------------------------------------------------------------------
include(Options.cmake)
-include(CheckThreadLocalStorage)
+include(WaffleCheckThreadLocalStorage)
#
# Include GNUInstallDirs.
diff --git a/cmake/Modules/CheckThreadLocalStorage.cmake b/cmake/Modules/WaffleCheckThreadLocalStorage.cmake
index 9febb3d..c8bc3fe 100644
--- a/cmake/Modules/CheckThreadLocalStorage.cmake
+++ b/cmake/Modules/WaffleCheckThreadLocalStorage.cmake
@@ -28,7 +28,7 @@
# Check if the compiler supports various types of thread-local storage.
#
# Usage:
-# include(CheckThreadLocalStorage)
+# include(WaffleCheckThreadLocalStorage)
# waffle_check_thread_local_storage()
#
# Output Variables: