summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-06-25 17:08:21 +0200
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>2014-06-25 08:10:53 -0700
commit047b8655fc59cb24d8937d132455dd1e521a4d1f (patch)
tree84020d243a0d8f841c1860da7c3932bf8266065b
parent4ee5f77116ba97e8588a7c4c329ee427e9147068 (diff)
downloadmessage-port-047b8655fc59cb24d8937d132455dd1e521a4d1f.tar.gz
message-port-047b8655fc59cb24d8937d132455dd1e521a4d1f.tar.bz2
message-port-047b8655fc59cb24d8937d132455dd1e521a4d1f.zip
remove useless hard path From Cmake file.
Cmake provides the path throw SET(requires "dlog bundle glib-2.0 aul chromium") pkg_check_modules(${this_target} REQUIRED ${requires}) So, we only need: INCLUDE_DIRECTORIES ( include ) Change-Id: I6da0dd0c5df0d1dce6ada6698b9779ec6d9cb0da Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rwxr-xr-xCMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 150a797..4f21406 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,12 +9,6 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/cmake_build_tmp/output)
INCLUDE_DIRECTORIES (
- /usr/include
- /usr/include/appfw
- /usr/include/dlog
- /usr/include/glib-2.0
- ${LIB_INSTALL_DIR}/glib-2.0/include
- /usr/include/chromium
include
)