summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-08-19 22:39:54 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-08-19 22:39:54 -0700
commiteebc0fd464ebebc2dbfbd3db8f57c6ee8df28ce9 (patch)
tree496086415191176e8364f0ec6e0a8ee2c93f6cc6
parenta607232b49d04e30926555533349bdab8d051dde (diff)
cmake: Remove 'third_party/khronos' from include paths
Oops. This should have been squashed with the previous commit (a607232). Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45c3385..cfbcdb0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -264,7 +264,6 @@ endif()
include_directories(
include/waffle
src
- third_party/khronos
)
add_subdirectory(cmake)