NIRALUser / DTIProcessToolkit

DTIProcess is a DTI processing and analysis toolkit developed in UNC and University of Utah
http://www.nitrc.org/projects/dtiprocess
Apache License 2.0
7 stars 8 forks source link

COMP: Improve C++11 building #34

Closed hjmjohnson closed 7 years ago

hjmjohnson commented 7 years ago

When building for C++11 with CMake, we need to propagate the CMAKE_CXX_STANDARD setting to superbuild sub-projects consistently.

hjmjohnson commented 7 years ago

@juanprietob PS: Similar problems exist in BatchMake and DTIReg. I'm building against a system version of ITK that was compiled with CMAKE_CXX_STANDARD=STRING=11 in preparation for using C++11 syntax in a project.