Re: [cmake-developers] CMAKE_CXX_STANDARD seems to be ineffective (Ubuntu 14.04)

2016-12-01 Thread Brad King
On 12/01/2016 12:02 PM, Adam Rankin wrote: > Before I dive into too many details, is anyone familiar with any issues > surrounding this variable? It is well-tested and known to work in general. There are still some problems like not propagating into try_compile. It is also not sent

[cmake-developers] CMAKE_CXX_STANDARD seems to be ineffective (Ubuntu 14.04)

2016-12-01 Thread Adam Rankin
Hello all, I have switched my project over to using the CMAKE_CXX_STANDARD variable and it does not seem to be recognized by the ITK external project that I configure/build. The project does not build (ITK tag 4.10.0) with CMAKE_CXX_STANDARD:STRING=11, but does build with