[CMake] maximum length of a list

2010-06-27 Thread Hicham Mouline
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

Re: [CMake] maximum length of a list

2010-06-27 Thread David Cole
On Sun, Jun 27, 2010 at 11:05 AM, Hicham Mouline hic...@mouline.org wrote: 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