[cmake-developers] CMake can not determine linker language for target:testTarget

Brad King brad.king at kitware.com
Thu May 16 15:26:55 EDT 2013


On 05/16/2013 03:07 PM, Stephen Kelly wrote:
> 
> Any idea what is causing this dashboard problem in the continuous tests?
> 
>  http://open.cdash.org/testDetails.php?test=190528962&build=2907105
> 
> It works for me...

You need to enable_language(CXX) before using C++ sources.

Fixed:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=408961e9

-Brad



More information about the cmake-developers mailing list