]> git.pld-linux.org Git - packages/Collage.git/commitdiff
disable -Werror coming from Eyescale-CMake
authorJan Palus <atler@pld-linux.org>
Mon, 20 Feb 2023 22:26:48 +0000 (23:26 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 20 Feb 2023 22:26:48 +0000 (23:26 +0100)
Collage.spec

index 2167f023de612a37d60e4f674c9fff71ff623d33..f88dc7291aaf9f5ee6c5a0032a790c1112c1854f 100644 (file)
@@ -92,7 +92,8 @@ ln -s %{_datadir}/Eyescale-CMake CMake/common
 install -d build
 cd build
 %cmake .. \
-       -DBUILDYARD_DISABLED=ON
+       -DBUILDYARD_DISABLED=ON \
+       -DCOMMON_DISABLE_WERROR=ON
 %{__make}
 
 %if %{with apidocs}
This page took 0.058717 seconds and 4 git commands to generate.