]> git.pld-linux.org Git - packages/hugin.git/commitdiff
don't customize CMAKE_BUILD_TYPE to ensure proper flags
authorJan Palus <atler@pld-linux.org>
Fri, 13 Aug 2021 19:12:24 +0000 (21:12 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 13 Aug 2021 19:12:24 +0000 (21:12 +0200)
hugin.spec

index 9fd19df2f096414d5d5c7ff4da7f79f9f7830b66..3da79fb1f89f44a520a49dcd1b040011781bbf3b 100644 (file)
@@ -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.177192 seconds and 4 git commands to generate.