mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-30 08:42:30 +00:00
Fix: CMP0057 policy was not set (#1367)
This commit is contained in:
parent
93532ef533
commit
3ea2eda597
|
|
@ -3,6 +3,7 @@
|
||||||
# Required:
|
# Required:
|
||||||
# COPY_SOURCE – pipe-separated list of source file paths
|
# COPY_SOURCE – pipe-separated list of source file paths
|
||||||
# COPY_DEST – destination directory
|
# COPY_DEST – destination directory
|
||||||
|
cmake_minimum_required(VERSION 3.24)
|
||||||
|
|
||||||
if(NOT COPY_SOURCE OR NOT COPY_DEST)
|
if(NOT COPY_SOURCE OR NOT COPY_DEST)
|
||||||
message(FATAL_ERROR "COPY_SOURCE and COPY_DEST must be set.")
|
message(FATAL_ERROR "COPY_SOURCE and COPY_DEST must be set.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue