[packages/qgis] cmake invocation fixed
gotar
gotar at pld-linux.org
Mon Jun 5 00:22:33 CEST 2017
commit d9a8b9db1814533c3bd30cf33e3a4eeb647ea151
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Mon Jun 5 00:22:18 2017 +0200
cmake invocation fixed
qgis.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qgis.spec b/qgis.spec
index 01e598e..7885313 100644
--- a/qgis.spec
+++ b/qgis.spec
@@ -93,8 +93,8 @@ Statyczna biblioteka QGIS.
%build
%cmake . \
- -D GRASS_INCLUDE_DIR7=%{_includedir}/grass72 \
- -D ENABLE_TESTS:BOOL=FALSE
+ -DGRASS_INCLUDE_DIR7=%{_includedir}/grass72 \
+ -DENABLE_TESTS:BOOL=FALSE
# TODO: rpm/qgis.spec.template
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qgis.git/commitdiff/d9a8b9db1814533c3bd30cf33e3a4eeb647ea151
More information about the pld-cvs-commit
mailing list