diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-10-18 14:45:32 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-10-18 14:45:32 +0300 |
| commit | e20bae5c1000e95979e4ce0af7c859072a173437 (patch) | |
| tree | 4321c80abea6a13361a4c763e2291cf5a650f219 /unity-shared/CMakeLists.txt | |
| parent | ca33f3f9b863014b8be2879b956a28d31833f235 (diff) | |
Obtain GETTEXT_PACKAGE from config.h on demand rather than specify it with -D to every compiled file.
(bzr r2861.2.2)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
| -rw-r--r-- | unity-shared/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt index 28dcc84e8..151216109 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} - "-DGETTEXT_PACKAGE=\"unity\"" "-I${CMAKE_CURRENT_BINARY_DIR}" ) |
