[CMake] Creating DLL from FORTRAN code

2015-02-25 Thread Doron Klepach
Hello there, I am new to CMake and I am trying to convert a project to work with CMake. As a part of the process I need to create a DLL from a FORTRAN code. Here are some details: *The code works on Visual Studio and creates the DLL as required. *The main subroutine looks like this:

Re: [CMake] Creating DLL from FORTRAN code

2015-02-25 Thread Doron Klepach
wrote: Hi Doron, it would be helpful if you provided the error you're getting from add_library(), and also showed the exact CMake code you used. Petr On Wed, Feb 25, 2015 at 1:57 PM, Doron Klepach klepa...@gmail.com wrote: Hello there, I am new to CMake and I am trying to convert