diff options
| author | Connor Beard <beacon@beardit.net> | 2026-03-22 23:27:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-22 23:27:42 -0500 |
| commit | 77433dbd8660b53ed3f7e49d4315c8629ce0adb3 (patch) | |
| tree | f49b6c293ca79d2e7e6d397b1ade9dfdd19119c2 | |
| parent | 9a6d126ae14dc3b615085afc225f086976fb6da3 (diff) | |
Fix: CMP0057 policy was not set (#1367)
| -rw-r--r-- | cmake/CopyFileScript.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CopyFileScript.cmake b/cmake/CopyFileScript.cmake index a6b2f839..ac156ca1 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.") |
