projects
/
packages
/
hugin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a5575e5
)
don't customize CMAKE_BUILD_TYPE to ensure proper flags
author
Jan Palus
<atler@pld-linux.org>
Fri, 13 Aug 2021 19:12:24 +0000
(21:12 +0200)
committer
Jan Palus
<atler@pld-linux.org>
Fri, 13 Aug 2021 19:12:24 +0000
(21:12 +0200)
hugin.spec
patch
|
blob
|
blame
|
history
diff --git
a/hugin.spec
b/hugin.spec
index 9fd19df2f096414d5d5c7ff4da7f79f9f7830b66..3da79fb1f89f44a520a49dcd1b040011781bbf3b 100644
(file)
--- a/
hugin.spec
+++ b/
hugin.spec
@@
-79,7
+79,6
@@
mv -f src/translations/{cs_CZ,cs}.po
install -d build
cd build
%cmake .. \
install -d build
cd build
%cmake .. \
- -DCMAKE_BUILD_TYPE=%{?debug:Debug}%{!?debug:None} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DBUILD_HSI:BOOL=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DBUILD_HSI:BOOL=ON \
This page took
0.080349 seconds
and
4
git commands to generate.