aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-01-26 11:41:20 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-01-26 11:42:14 -0300
commit593804998aaa1d463b06bb5db6ef467aed23c272 (patch)
treefea322cb80ffb453073cae45bf22dee39f65b02f /CMakeLists.txt
parent366c05def936d6577cde73ba18583ded95056129 (diff)
Fixing includes and include dirs
Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
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 678b4cc3b..40a405c3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,6 @@ set(CMAKE_BUILD_TYPE Debug)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${APIEXTRACTOR_INCLUDE_DIR}
- ${APIEXTRACTOR_INCLUDE_DIR}/..
${QT_INCLUDE_DIR}
${QT_QTCORE_INCLUDE_DIR})