From f407cdeadae7bcdbd7e51b855cb4b62a54ba7a88 Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Thu, 1 Mar 2018 10:14:12 +0100 Subject: [PATCH] Add cmake flag to force using response file in ninja Change-Id: I13179ba6df2f5d8351e878c7a6ef59100deafffe --- CMakeLists.txt | 3 +++ manifests/manifest.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fab89331ac..3c47b1b400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,9 @@ endif() set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) +# we force using response files +set(CMAKE_NINJA_FORCE_RESPONSE_FILE 1) + # We want to build with the static, multithreaded runtime libraries (as opposed # to the multithreaded runtime DLLs) if(MSVC) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 25804e5d74..f1690696e8 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -36,7 +36,7 @@ components: internal: branch: master dest_dir: internal - revision: 3e79e453326ed6423ff3ce74323ad49672eeccfa + revision: d721d09e0dc9845270a3c1d370808311b8df1de4 type: git khronos: branch: master