fix(win/cmake): use cmake_path(CONVERT TO_NATIVE_PATH_LIST) (#3152)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
ns6089
2024-10-01 00:40:46 +03:00
committed by GitHub
parent fb712e30a0
commit fa654c12ef
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.20)
# `CMAKE_CUDA_ARCHITECTURES` requires 3.18
# set_source_files_properties requires 3.18
# `set_source_files_properties` requires 3.18
# `cmake_path(CONVERT ... TO_NATIVE_PATH_LIST ...)` requires 3.20
# todo - set this conditionally
project(Sunshine VERSION 0.0.0