all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-02-20 16:02:44 +01:00
parent b8079bb6eb
commit 8bf49aa4f2
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: