Skip to content

Don't propagate variables to parent scope

Bytes Mess requested to merge fix/parent-scope into main

Don't propagate variables to parent scope as it doesn't exist.

Example of such error:

Cannot set "ENABLE_SANITIZER_THREAD": current scope has no parent.

Tags: CMake

Merge request reports