In most cases, you won't need more than one project call - each target (add_executable, etc) creates a visual studio project, so the only reason I can think of that you'd necessarily have multiple project calls is if you have a subdirectory that can also stand alone as a separate build.
You might consider filing an issue about this in the bug tracker. Ryan On Tue, Sep 28, 2010 at 6:28 PM, J Decker <[email protected]> wrote: > Is there a way to specify what the name of the solution file should > be? Currently it's named from the last PROJECT in a CMakeLists.txt. > I would prefer that it be the first name... I see methods of setting > output files for particular projects, but not the solution > _______________________________________________ > 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 > -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University [email protected] http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik _______________________________________________ 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
