summaryrefslogtreecommitdiff
diff options
authorJussi Pakkanen <jussi.pakkanen@canonical.com>2012-10-18 15:08:03 +0300
committerJussi Pakkanen <jussi.pakkanen@canonical.com>2012-10-18 15:08:03 +0300
commitde55c98cebfb5a3e759c0a6aea5b5b68f2a3aa5d (patch)
tree01dfa563da6f7724c7d4d8f9305ecb5eee37d7b6
parente20bae5c1000e95979e4ce0af7c859072a173437 (diff)
Removed useless -I flags.
(bzr r2861.2.3)
-rw-r--r--dash/CMakeLists.txt1
-rw-r--r--dash/previews/CMakeLists.txt1
-rw-r--r--hud/CMakeLists.txt1
-rw-r--r--launcher/CMakeLists.txt1
-rw-r--r--panel/CMakeLists.txt1
-rw-r--r--shortcuts/CMakeLists.txt1
-rw-r--r--unity-shared/CMakeLists.txt1
-rw-r--r--unity-standalone/CMakeLists.txt1
8 files changed, 0 insertions, 8 deletions
diff --git a/dash/CMakeLists.txt b/dash/CMakeLists.txt
index ad7e4e027..0a8606c1c 100644
--- a/dash/CMakeLists.txt
+++ b/dash/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/dash/previews/CMakeLists.txt b/dash/previews/CMakeLists.txt
index c5654ba09..ed770dff7 100644
--- a/dash/previews/CMakeLists.txt
+++ b/dash/previews/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/hud/CMakeLists.txt b/hud/CMakeLists.txt
index 21fbddeba..0bd72a6d9 100644
--- a/hud/CMakeLists.txt
+++ b/hud/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 605f14484..472e7450a 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -6,7 +6,6 @@ set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
"-fPIC"
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
index f7b4a85a3..ad0d98ecf 100644
--- a/panel/CMakeLists.txt
+++ b/panel/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/shortcuts/CMakeLists.txt b/shortcuts/CMakeLists.txt
index cd439b590..d480da9d9 100644
--- a/shortcuts/CMakeLists.txt
+++ b/shortcuts/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index 151216109..ce65dbe52 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")
diff --git a/unity-standalone/CMakeLists.txt b/unity-standalone/CMakeLists.txt
index 4f534e4ae..898020576 100644
--- a/unity-standalone/CMakeLists.txt
+++ b/unity-standalone/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package (PkgConfig)
set (CFLAGS
${CACHED_UNITY_DEPS_CFLAGS}
${CACHED_UNITY_DEPS_CFLAGS_OTHER}
- "-I${CMAKE_CURRENT_BINARY_DIR}"
)
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")