Re: [CMake] CMake equivalent to Boost.Build site-config.jam oruser-config.jam

2017-08-09 Thread Brian Davis
On Tue, Aug 8, 2017 at 2:31 PM, Lectem wrote: > I think that you are looking for the toolchain files : > > https://cmake.org/cmake/help/v3.0/manual/cmake-toolchains.7.html > > > > The other option is to use a cmake script to specify your variables which > includes CMakelists.txt (or the other way

Re: [CMake] CMake equivalent to Boost.Build site-config.jam oruser-config.jam

2017-08-09 Thread Xavier Besseron
CMakelists.txt). This would be quite similar to ctests scripts. > > Some good examples are in Daniel Pfeifer’s « Effective cmake » talk > https://github.com/boostcon/cppnow_presentations_2017/blob/ > master/05-19-2017_friday/effective_cmake__daniel_pfeifer__ > cppnow_05-19-2017.pdf > > &g

Re: [CMake] CMake equivalent to Boost.Build site-config.jam oruser-config.jam

2017-08-08 Thread Lectem
 : cmake Mailing List Objet :[CMake] CMake equivalent to Boost.Build site-config.jam oruser-config.jam Is there a CMake equivalent to a site-config.jam or user-config.jam http://www.boost.org/build/doc/html/bbv2/recipies/site-config.html basically a CMake file the user can put in a project directory