mirror of
https://github.com/upx/upx.git
synced 2024-11-23 12:49:56 +00:00
12 lines
307 B
CMake
12 lines
307 B
CMake
#
|
|
# 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:
|