all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-05-06 12:19:16 +02:00
parent 5ed1d5b2b3
commit 730c6ce6c5
4 changed files with 4 additions and 15 deletions
-11
View File
@@ -1,11 +0,0 @@
#
# UPX "CMake" build file; see https://cmake.org/
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
#
if(NOT DEFINED USE_STRICT_DEFAULTS)
# use strict config defaults for Git developer builds
set(USE_STRICT_DEFAULTS TRUE CACHE INTERNAL "" FORCE)
endif()
# vim:set ft=cmake ts=4 sw=4 tw=0 et: