I'm trying to figure out how to install the module (.mod) files that are generated by the Fortran compiler. I've only found one thread on the topic from 3 years ago. The solution there was to find the appropriate directory in the build tree where these files were created and scarf up everything there that looked right and copy them to the desired install dir. It looks really fragile. Has cmake introduced any tools/hooks in the meantime that would simplify this, is is that still the way it has to be done? I'd be interested in hearing from anyone that has a working solution.
Thanks! Neil
-- 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
