]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
fix cmake's verbose makefile flag auto/th/rpm-pld-macros-1.753-1.1
authorJan Palus <atler@pld-linux.org>
Mon, 15 Feb 2021 23:52:01 +0000 (00:52 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 15 Feb 2021 23:52:39 +0000 (00:52 +0100)
macros.pld

index 68a36a0069a785a7a0f98d94e13400929a837851..e669a0fc6813e791eae2bc33eff877dcbcc1b1ce 100644 (file)
@@ -459,7 +459,7 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
 %{?__cxx:CXX="${CXX:-%{__cxx}}"} \\\
 CPPFLAGS="${CPPFLAGS:-%{rpmcppflags}}" \\\
 %{__cmake} \\\
-       -DCMAKE_VERBOSE_MAKEFILE=BOOL:ON \\\
+       -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \\\
        -DCMAKE_BUILD_TYPE=%{!?debug:PLD}%{?debug:Debug} \\\
        -DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \\\
        -DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \\\
This page took 0.554812 seconds and 4 git commands to generate.