summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-11-27 15:56:10 -0800
committerChad Versace <chad.versace@linux.intel.com>2013-11-27 16:30:05 -0800
commit4b45d3f7b036a7dd6dcb71ad139bce9b928933ed (patch)
treeb8a8fd115c10d4b47071b215e7b91e5642b9dc20 /CMakeLists.txt
parent2107b520dc8a1f4d7a04383550dc80e081982376 (diff)
pkg/archlinux: Remove PKGBUILD.template
The build system generated a real PKGBUILD from PKGBUILD.template. Rather than do that, let's just maintain *real* PKGBUILD's from the AUR that are known to work.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e71f098..a6c804a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,6 @@ include_directories(
)
add_subdirectory(doc)
-add_subdirectory(pkg)
add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(man)