Skip to content

Windows: Increase stack size used by CMake binaries

Brad King requested to merge brad.king/cmake:windows-cmake-stack-size into master

Deep regex matching logic can exceed the default 1MB stack size. Until a better regex engine is used, simply push the problem over a farther horizon by increasing the stack size when built using a MSVC-compatible linker.

Issue: #17659 (closed)

Merge request reports