public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/luxcorerender] f44: Add workaround for obsolete CMake version.
@ 2026-09-20  2:16 Richard Shaw
  0 siblings, 0 replies; only message in thread
From: Richard Shaw @ 2026-09-20  2:16 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/luxcorerender
Branch : f44
Commit : cfe9a50a6fee298585cc0a5d1895cefa067c55ab
Author : Richard Shaw <hobbes1069@gmail.com>
Date   : 2026-05-18T20:31:37-05:00
Stats  : +2/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/luxcorerender/c/cfe9a50a6fee298585cc0a5d1895cefa067c55ab?branch=f44

Log:
Add workaround for obsolete CMake version.

---
diff --git a/luxcorerender.spec b/luxcorerender.spec
index 12a648b..b8ca06d 100644
--- a/luxcorerender.spec
+++ b/luxcorerender.spec
@@ -182,6 +182,7 @@ sed -i -e '\@set.*Boost_USE_STATIC_LIBS@s|ON|OFF|' cmake/Dependencies.cmake
 export CMAKE_POLICY_VERSION_MINIMUM=3.5
 #Building lux
 %cmake \
+	-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
 	-DBUILD_SHARED_LIBS=ON \
 	-DBOOST_SEARCH_PATH=%{_libdir} \
 	-DCMAKE_C_FLAGS="%{optflags} -Wl,--as-needed" \
@@ -190,7 +191,7 @@ export CMAKE_POLICY_VERSION_MINIMUM=3.5
 	-DOpenGL_GL_PREFERENCE=GLVND \
 	-DPYTHON_V=%{python3_version_nodots} \
 	-DEMBREE_INCLUDE_PATH=%{_includedir}/libembree3 \
-        -DEMBREE_LIBRARY=%{_libdir}/libembree3.so \
+    -DEMBREE_LIBRARY=%{_libdir}/libembree3.so \
 	-DOIDN_INCLUDE_PATH=%{_includedir}/OpenImageDenoise
 %cmake_build
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-20  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-20  2:16 [rpms/luxcorerender] f44: Add workaround for obsolete CMake version Richard Shaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox