On 11/16/2010 04:24 PM, Belcourt, K. Noel wrote: > which is the same list of libraries in these SUBDIRS commands in the > top-level CMakeLists.txt file (in reverse order). There's a single > library in each of these subdirs of the same lower-cased name. > > ... > SUBDIRS(Modules) > SUBDIRS(MP) > SUBDIRS(Rn1) > SUBDIRS(RN2) > SUBDIRS(SPR) > SUBDIRS(TP) > SUBDIRS(Util) > > So it looks like the subdirs command plays a role in this behavior.
Is this built on a case-insensitive filesystem by any chance? -Brad _______________________________________________ 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
