Brad King wrote:
> As a first step, we can add Compaq to CMakeFortranCompilerId.F.in.
> What is the preprocessor macro that identifies it?

I'd like to teach CMake upstream to recognize the Compaq Fortran
compiler even if we do not provide platform files for it yet.
CMake already recognizes the Compaq C and C++ compilers using
the macros __DECC and __DECCXX, respectively.

(1) What macro identifies the Compaq Fortran compiler?

(2) Does the compiler need a special option to preprocess a source
    with the extension ".F" (e.g. /fpp)?

Thanks,
-Brad
_______________________________________________
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

Reply via email to