mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Propagate to parent scope changes made to CMAKE_CXX_FLAGS.
llvm-svn: 122692
This commit is contained in:
parent
8444a578bb
commit
c3becc8af6
@ -54,6 +54,7 @@ function(llvm_process_sources OUT_VAR)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" PARENT_SCOPE )
|
||||
set( ${OUT_VAR} ${sources} PARENT_SCOPE )
|
||||
endfunction(llvm_process_sources)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user