[cmake-developers] CMAKE_${lang}_COMPILER_LINKER_OPTION_FLAG_EXECUTABLE

Nils Gladitz nilsgladitz at gmail.com
Tue Jul 29 03:31:41 EDT 2014


While looking for places to add my new CMAKE_${lang}_LINKER_SUPPORTS_PDB 
I found the following in Windows-df.cmake:

set(CMAKE_${lang}_COMPILER_LINKER_OPTION_FLAG_EXECUTABLE "/link")

It looks suspicious because I don't think "lang" is actually set in that 
context.

The only mention of "LINKER_OPTION_FLAG" seems to be 
Source/cmNinjaNormalTargetGenerator.cxx

Nils


More information about the cmake-developers mailing list