Fix: CMP0057 policy was not set

This commit is contained in:
Redlonghead 2026-03-21 00:30:55 -05:00
parent ecb3f00bd6
commit 29e98b3690

View file

@ -3,6 +3,7 @@
# Required:
# COPY_SOURCE pipe-separated list of source file paths
# COPY_DEST destination directory
cmake_minimum_required(VERSION 3.24)
if(NOT COPY_SOURCE OR NOT COPY_DEST)
message(FATAL_ERROR "COPY_SOURCE and COPY_DEST must be set.")