You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake is bad at configurations. I would like PMCM to help with that.
Users pass -D<VarName>:<VarType>=<Value> statements to cmake calls, and then it's up to the bespoke build system to imperatively alter its behavior in response. I would like to do better. Provide some kind of structure. Some kind of declarative framework.
Maybe even a better system of configuration. TOML files?
The text was updated successfully, but these errors were encountered:
CMake is bad at configurations. I would like PMCM to help with that.
Users pass
-D<VarName>:<VarType>=<Value>
statements to cmake calls, and then it's up to the bespoke build system to imperatively alter its behavior in response. I would like to do better. Provide some kind of structure. Some kind of declarative framework.Maybe even a better system of configuration. TOML files?
The text was updated successfully, but these errors were encountered: