summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-08-19 22:45:54 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-08-19 23:46:53 -0700
commit9bc242a130c1757a0d511ff7630830fca5042096 (patch)
treed82396c58d6a2fd2b805c8821ee484383ca791df /cmake
parent77db72ffa75f0ba5ac798982e993dd86488bf824 (diff)
cmake: Refactor installation of FindWaffle.cmake
The presence of file `cmake/CMakeLists.txt` feels very strange. I found no other project that had a CMakeLists there. Goodbye strange file. File `cmake/CMakeLists.txt` did exactly one thing: define the install rule for `FindWaffle.cmake`. Kill the file and move the install rule to the toplevel CMakeLists. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
deleted file mode 100644
index 97befca..0000000
--- a/cmake/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-install(FILES Modules/FindWaffle.cmake
- DESTINATION "${CMAKE_INSTALL_FULL_DATAROOTDIR}/cmake/Modules")