public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fast_float] f43: Simplify setting Boolean CMake options based on build conditionals
@ 2026-09-17  5:49 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-17  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fast_float
Branch : f43
Commit : 17b2c09a259670e4944d8b2e34b48890f0c6cc60
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-16T22:45:41+01:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fast_float/c/17b2c09a259670e4944d8b2e34b48890f0c6cc60?branch=f43

Log:
Simplify setting Boolean CMake options based on build conditionals

---
diff --git a/fast_float.spec b/fast_float.spec
index 026ea80..2f47692 100644
--- a/fast_float.spec
+++ b/fast_float.spec
@@ -79,7 +79,7 @@ ln --symbolic "${PWD}/../supplemental_test_files-%{stf_commit}/" \
     -DFETCHCONTENT_FULLY_DISCONNECTED:BOOL=ON \
     -DSYSTEM_DOCTEST:BOOL=ON \
     -DFASTFLOAT_TEST:BOOL=ON \
-    -DFASTFLOAT_EXHAUSTIVE:BOOL=%{?with_exhaustive:ON}%{?!with_exhaustive:OFF}
+    -DFASTFLOAT_EXHAUSTIVE:BOOL=%{with exhaustive}
 
 
 %build

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

only message in thread, other threads:[~2026-09-17  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17  5:49 [rpms/fast_float] f43: Simplify setting Boolean CMake options based on build conditionals Benjamin A. Beasley

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