Re: [CMake] cpp macro

2018-06-04 Thread Petr Kmoch
On 4 June 2018 at 10:16, Eric Noulard wrote: > > > In both cases I don't know how to discover that in a cross-platform way. > Probably MSVC has another option for pre-processsing. > The basic option is /P, with related options /EP and /C which control line numbering, comment suppression etc. Pe

Re: [CMake] cpp macro

2018-06-04 Thread Eric Noulard
Le lun. 4 juin 2018 à 09:59, Stéphane Ancelot a écrit : > hi > > is there a mactro for cpp ? > You mean a CMake variable which would contain the path to C preprocessor binary? I don't think so, at list no xxx__xxx variable seems to exists for that. Did you check "cmake --help-variable-list" ?

[CMake] cpp macro

2018-06-04 Thread Stéphane Ancelot
hi is there a mactro for cpp ? Regards, S.Ancelot -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: