Hello,
I'm porting multiplatform fortran project build system to CMake. Due to
OpenMP code, I need to use FPP preprocessor always (before compiling by
any compiler, because some fortran compilers use just CPP as
preprocessor, that does not support OpenMP).
Is there a common solution using CMake to split preprocessing from
compiling and set up a preprocessor that differs from that is
incorporated into a compiler?
Thanks.
Anastasia.
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake