Is it possible to get what CMake thinks the linker language should be at configure time:<br><br>add_executable(mytarget ${mysources})<br>get_target_property(linker_lang mytarget LINKER_LANGUAGE)<br>message("linker_lang = ${linker_lang}")<br>
<br>This produces linker_lang-NOTFOUND.<br><br>I would like to know what linker language will be used before I potentially overwrite it.<br><br>Thanks,<br>James<br>