Add cmake flag to force using response file in ninja

Change-Id: I13179ba6df2f5d8351e878c7a6ef59100deafffe
This commit is contained in:
Mateusz Jablonski
2018-03-01 10:14:12 +01:00
parent 0b8234117b
commit f407cdeada
2 changed files with 4 additions and 1 deletions

View File

@@ -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)

View File

@@ -36,7 +36,7 @@ components:
internal:
branch: master
dest_dir: internal
revision: 3e79e453326ed6423ff3ce74323ad49672eeccfa
revision: d721d09e0dc9845270a3c1d370808311b8df1de4
type: git
khronos:
branch: master