Re: [cmake-developers] Change default standard library implementation before used by compiler ?

2014-01-14 Thread Robert Maynard
You could call CMAKE_USER_MAKE_RULES_OVERRIDE before the first project call. Than have that override file set the CXX_INIT flags based on the compiler/OS/current flags. On Tue, Jan 14, 2014 at 4:14 PM, Jean-Christophe Fillion-Robin jchris.filli...@kitware.com wrote: Hi Folks, For both Slicer

Re: [cmake-developers] Change default standard library implementation before used by compiler ?

2014-01-14 Thread Sean McBride
On Tue, 14 Jan 2014 16:14:44 -0500, Jean-Christophe Fillion-Robin said: For both Slicer and SimpleITK, there is currently no support for the clang c++ standard library new implementation [1] that is now used by default on Maverick. It means that we currently expect our users to build the project