Hi Petr,
Unfortunately it doesn't. I changed the sample as following but
intel fortran ignores incremental linking setting.

cmake_minimum_required(VERSION 2.8)
project(TestF90 Fortran)
set(CMAKE_EXE_LINKER_FLAGS "/INCREMENTAL:NO"
                            CACHE STRING "EXE_LINKER_FLAGS" FORCE)
add_executable(TestF90_EXE main.f90)

Thanks,
Alexander
2012/9/3 Petr Kmoch <petr.km...@gmail.com>

> Hi Alexander.
>
> CMAKE_EXE_LINKER_FLAGS and similar variables can only be modified
> after a call to PROJECT() (the PROJECT() calls sets them up to some
> defaults). See if this fixes your issue.
>
> 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

Reply via email to