mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
AddLLVM.cmake: Untabify.
llvm-svn: 200557
This commit is contained in:
parent
05d4a30664
commit
0758e83e9b
@ -37,8 +37,8 @@ function(llvm_update_compile_flags name)
|
||||
foreach(fn ${sources})
|
||||
get_filename_component(suf ${fn} EXT)
|
||||
if("${suf}" STREQUAL ".cpp")
|
||||
set_property(SOURCE ${fn} APPEND_STRING PROPERTY
|
||||
COMPILE_FLAGS "${target_compile_flags}")
|
||||
set_property(SOURCE ${fn} APPEND_STRING PROPERTY
|
||||
COMPILE_FLAGS "${target_compile_flags}")
|
||||
endif()
|
||||
endforeach()
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user