all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-20 14:41:25 +02:00
parent 4988868e61
commit c4113b6bd6
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: