Hi,<br><br>I execute the following CMake code:<br><br>list( LENGTH &quot;foo;bar&quot; listlen )<br>message( ${listlen} )<br><br>However, this results in the value &quot;0&quot; to be printed. I expect this to print &quot;2&quot;. What am I doing wrong?<br>