This is the first time I'm writing CMake macros, and it's hard for me to understand how a variable works. In particular, $ {a} seems to have a different meaning than "$ {a}".
For example:
Passing a List to cmake Macro
I do not understand when I should add quotes, and what is the basic principle.
variables macros cmake
Vince Mar 07 '16 at 15:32 2016-03-07 15:32
source share