Can someone who knows CMake edit the configuration so that it sets -std=c++17 by default, please? On c++14, I get the error 'non static data member declared with placeholder auto' when trying to do something like auto p = new BaseParticle; but works on c++17.