5 ms·
Setting a variable by split identifier is surprisingly common in CMake (because functions can't return a value): > set(${VAR}_VERSION ${VERSION}) This is the
by anordal 2y ago
Setting a variable by split identifier is surprisingly common in CMake (because functions can't return a value):
> set(${VAR}_VERSION ${VERSION})
This is the main reason I don't like CMake.