Hi,

I execute the following CMake code:

list( LENGTH "foo;bar" listlen )
message( ${listlen} )

However, this results in the value "0" to be printed. I expect this to print
"2". What am I doing wrong?
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to