Hi,

We ran into an issue using CMake with our fortran project. We have 
constructions such as:

...
#ifdef OPTION1
  USE Module1
#else
  USE Module2
#endif
...

It's not actually finding modules as dependencies. Any thoughts? I am using 
version 2.8.1, I can try to upgrade if somebody thinks it is fixed there.

Tim
_______________________________________________
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