List Question
9 TechQA 2024-01-18T16:06:03.937000Idiom for setting a variable in top-level scope
15 views
Asked by einpoklum
Does CMake's set(... PARENT_SCOPE) only set a variable value one scope upward?
600 views
Asked by Rob S
can't access cmake variable defined inside function using PARENT_SCOPE
2.1k views
Asked by Octothorp
Transfer between scopes in cmake
242 views
Asked by katang
Set a variable in current scope and PARENT_SCOPE?
4.7k views
Asked by David Doria
Variables set with PARENT_SCOPE are empty in the corresponding child scope. Why?
37.3k views
Asked by nils
How to detect if current scope has a parent in CMake?
12.3k views
Asked by user2746401
cmake, lost in the concept of global variables (and PARENT_SCOPE or add_subdirectory alternatives)
27.3k views
Asked by nkint
How to prepend all filenames on the list with common path?
36.9k views
Asked by Pawel Stolowski