[ossim] 02/04: Reorder CMake options.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Wed Dec 30 20:41:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository ossim.
commit 3f47f4bf31c457e236578b6df14ab13de759d1d6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Dec 30 19:53:41 2015 +0100
Reorder CMake options.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6a62fb4..f13c1f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ endif
# Add here any variable or target overrides you need.
CMAKE_OPTS = \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DOSSIM_BUILD_DATE=$(BUILD_DATE) \
-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_MODULE_PATH=$(CURDIR)/ossim/CMakeModules \
-DBUILD_OSSIM_FRAMEWORKS=OFF \
-DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
-DBUILD_OSSIM_ID_SUPPORT=ON \
@@ -33,7 +33,7 @@ CMAKE_OPTS = \
-DBUILD_OSSIM_TEST_APPS=ON \
-DBUILD_SHARED_LIBS=ON \
-DGEOS_INCLUDE_DIR=/usr/include/geos \
- -DCMAKE_MODULE_PATH=$(CURDIR)/ossim/CMakeModules
+ -DOSSIM_BUILD_DATE=$(BUILD_DATE)
override_dh_auto_clean:
rm -rf debian/build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git
More information about the Pkg-grass-devel
mailing list