hello

I assign the list of all directories the names of which starts with a
pattern like   pattern_.... to a cmake variable which I then pass as a
preprocessor macro:

FILE(GLOB MYPROJECT_LIST_SYSTEMS RELATIVE ${CMAKE_SOURCE_DIR} system_*)

MYPROJECT_LIST_SYSTEMS is then a cmake "list", a string with semicolon
separators.

What is the maximum number of entries in the list that cmake handles?
Or what is the maximum length of a cmake string?

Regards,

_______________________________________________
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