Hi,

 

with a very long list, is there a performance difference between using
SET and LIST to just declare a variable ?

 

SET (var

val1

val2

...

val2000)

 

or

 

SET(var)

LIST(APPEND var

val1

val2

...

val2000)

 

Thanks

 

Regards,

Alexandre Feblot



 



This email was sent to you by Thomson Reuters, the global news and information 
company.
Any views expressed in this message are those of the individual sender, except 
where the sender specifically states them to be the views of Thomson Reuters.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to