Commit 0420e36
fix MSVC -isystem flag incompatibility
MSVC doesn't understand the GCC/Clang -isystem flag. It interprets
it as the -i option (force include) + "system" + path as source file.
Use /external:I for MSVC instead, which is the MSVC equivalent for
marking a directory as an external/system include path.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 34e2019 commit 0420e36
File tree
2 files changed
+758
-2
lines changed- cpp/cmake_modules
2 files changed
+758
-2
lines changed
0 commit comments