On Jun 22, 2011, at 3:46 PM, Michael Hertling wrote: > Wouldn't a simple > > CC="gcc -std=c99" cmake <path/to/source> > > for the initial configuration be an appropriate solution?
I would say no, because whether or not the project is written in C99 or not isn't something the caller of cmake should have to know. It's something the developers should know, and whoever is building the code shouldn't have to care. -Todd ______________________________________________________________________ Todd Gamblin, [email protected], http://people.llnl.gov/gamblin2 CASC @ Lawrence Livermore National Laboratory, Livermore, CA, USA _______________________________________________ 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
