PeakSat / minimal-dev-setup

2 stars 0 forks source link

Fix always having the same config #14

Closed lightspot21 closed 1 month ago

lightspot21 commented 1 month ago

The accidentally-missing curly braces cause CMake to always take the hash of the '_yml_hash_concat' string, instead of the actual contents of the variable named this way.

Closes #13