mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
Merge topic 'implicit-includes-extra-CR' into release-3.16
6d84afc7f2
Merge branch 'backport-implicit-includes-extra-CR' into implicit-includes-extra-CR4b46523d90
CMakeParseImplicitIncludeInfo: Remove all CR chars from compiler output2a5e5b25ba
CMake 3.15.508173075c1
Merge branch 'doc-genex-tweak' into release-3.1583dbef1135
Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15881bca249d
Merge branch 'vs-v142-csharp-flags' into release-3.15dec3e9363e
Merge branch 'backport-vs-16.4-global-targets' into release-3.15ac1a1bf18b
VS: Tell VS 16.4 not to verify CMake-provided custom command outputs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4088
This commit is contained in:
commit
8db38cfe33
@ -167,7 +167,7 @@ function(cmake_parse_implicit_include_info text lang dir_var log_var state_var)
|
||||
set(log "")
|
||||
|
||||
# go through each line of output...
|
||||
string(REGEX REPLACE "\r?\n" ";" output_lines "${text}")
|
||||
string(REGEX REPLACE "\r*\n" ";" output_lines "${text}")
|
||||
foreach(line IN LISTS output_lines)
|
||||
if(state STREQUAL start)
|
||||
string(FIND "${line}" "#include \"...\" search starts here:" rv)
|
||||
|
Loading…
Reference in New Issue
Block a user