mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
Add cmake flag to force using response file in ninja
Change-Id: I13179ba6df2f5d8351e878c7a6ef59100deafffe
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -36,7 +36,7 @@ components:
|
||||
internal:
|
||||
branch: master
|
||||
dest_dir: internal
|
||||
revision: 3e79e453326ed6423ff3ce74323ad49672eeccfa
|
||||
revision: d721d09e0dc9845270a3c1d370808311b8df1de4
|
||||
type: git
|
||||
khronos:
|
||||
branch: master
|
||||
|
||||
Reference in New Issue
Block a user