Based RFC review from luc, I checked config scripts and c++11 flag is used in some builds.
~/projects/devutils $ grep -Rs c++11 Config Config/dora/dora-Nightly-Examples.cmake:CMAKE_CXX_FLAGS:STRING=-std=c++11 Config/dora/dora-Nightly-OTB-stable.cmake:CMAKE_CXX_FLAGS:STRING=-std=c++11 -fPIC -Wall -Wextra -Wno-cpp Config/hulk/hulk-Nightly-OTB-SuperBuild-stable.cmake:CMAKE_CXX_FLAGS:STRING=-std=c++11 Config/hulk/hulk-Nightly-OTB-SuperBuild.cmake:#CMAKE_CXX_FLAGS:STRING=-std=c++11 Config/hulk/hulk-Nightly-OTB-stable.cmake:CMAKE_CXX_FLAGS:STRING=-fPIC -Wall -Wextra -Wno-cpp -std=c++11 Config/leod/leod-OTB-Nightly-Examples.cmake:CMAKE_CXX_FLAGS:STRING=-std=c++11 Config/leod/leod-OTB-Nightly-SuperBuild-stable.cmake:CMAKE_CXX_FLAGS:STRING='-std=c++11' Config/leod/leod-OTB-Nightly-SuperBuild.cmake:CMAKE_CXX_FLAGS:STRING='-std=c++11' Config/leod/leod-OTB-Nightly-stable.cmake:CMAKE_CXX_FLAGS:STRING= -fPIC -Wall -Wno-gnu -Wno-gnu-static-float-init -Wno-\\\\#warnings -std=c++11 Config/pc-christophe/pc-christophe-OTB-Nightly-Stable.cmake:CMAKE_CXX_FLAGS:STRING=-Wall -Wno-cpp -Wextra -Wno-deprecated-declarations -fopenmp --std=c++11 we can ignore *-stable.cmake files. But what about others ? should we cleanup those stuff? -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
