mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 21:52:11 +02:00
Merge pull request #764 from daleglass-overte/cmake-allow-long-paths-windows
Use response files on Ninja for long paths
This commit is contained in:
commit
6265949688
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ endif()
|
|||
# 3.14 is the minimum version that supports symlinks on Windows
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
# This should allow using long paths on Windows
|
||||
SET(CMAKE_NINJA_FORCE_RESPONSE_FILE 1 CACHE INTERNAL "")
|
||||
|
||||
# Passing of variables to vcpkg
|
||||
#
|
||||
# vcpkg runs cmake scripts in an isolated environment, see this for details:
|
||||
|
|
Loading…
Reference in a new issue