From 29e98b3690b8beaed7b0d6d5ef2eedfade8a8894 Mon Sep 17 00:00:00 2001 From: Redlonghead Date: Sat, 21 Mar 2026 00:30:55 -0500 Subject: [PATCH] Fix: CMP0057 policy was not set --- cmake/CopyFileScript.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CopyFileScript.cmake b/cmake/CopyFileScript.cmake index a6b2f8397b..ac156ca14d 100644 --- a/cmake/CopyFileScript.cmake +++ b/cmake/CopyFileScript.cmake @@ -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.")