public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Shaw <hobbes1069@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/luxcorerender] f43: Add workaround for obsolete CMake version.
Date: Sun, 20 Sep 2026 02:16:30 GMT	[thread overview]
Message-ID: <178987059051.1.10806798119728444955.rpms-luxcorerender-cfe9a50a6fee@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/luxcorerender
Branch : f43
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=f43

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
 

                 reply	other threads:[~2026-09-20  2:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178987059051.1.10806798119728444955.rpms-luxcorerender-cfe9a50a6fee@fedoraproject.org \
    --to=hobbes1069@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox