aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sleef/exclude-testerutil.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/sleef/exclude-testerutil.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/sleef/exclude-testerutil.diff')
-rw-r--r--vcpkg/ports/sleef/exclude-testerutil.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/sleef/exclude-testerutil.diff b/vcpkg/ports/sleef/exclude-testerutil.diff
new file mode 100644
index 0000000..52417e6
--- /dev/null
+++ b/vcpkg/ports/sleef/exclude-testerutil.diff
@@ -0,0 +1,10 @@
+diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
+index 6a1cda3..cdec16c 100644
+--- a/src/common/CMakeLists.txt
++++ b/src/common/CMakeLists.txt
+@@ -62,3 +62,5 @@ if(COMPILER_SUPPORTS_QUADMATH)
+ target_link_libraries(${TARGET_QTESTERUTIL_OBJ} "-lquadmath")
+ target_compile_definitions(${TARGET_QTESTERUTIL_OBJ} PRIVATE ENABLEFLOAT128=1)
+ endif()
++
++set_target_properties(${TARGET_TESTERUTIL_OBJ} ${TARGET_QTESTERUTIL_OBJ} PROPERTIES EXCLUDE_FROM_ALL 1)