Hi all, I am using cmake on Windows to generate a vfproj for a Fortran DLL. This DLL links some object files written in C, using add_library(OBJECT). For some reason, the library is always considered out of date, i.e. with every "Build solution" command (or just "Build" on its project), it relinks. If I do not include the OBJECT library, I do not get this behaviour.
Any idea how to stop this constant re-linking? Has anyone else had the same experience? Thanks in advance. Petr -- 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
