aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-18 17:54:12 +0000
committerJoão Valverde <j@v6e.pt>2016-03-18 19:30:41 +0000
commita44282e151d5fb953aceef01f4f641742d6fd289 (patch)
treef066fb68b8313cf0a8b6ffb0878242f8afd08075 /CMakeLists.txt
parent7cb530a594e7f67e9e4084d01599ea1f3439d185 (diff)
cmake: Remove extcap from include directories
Change-Id: Ia521aaa6ace14df5a6c02e0dd1c8336df41ac180 Reviewed-on: https://code.wireshark.org/review/14517 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
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 62c30cd10b..69370764ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -209,7 +209,6 @@ include_directories(
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/epan
${CMAKE_SOURCE_DIR}/tools/lemon
- ${CMAKE_SOURCE_DIR}/extcap
)
include( CMakeOptions.txt )