[cmake-developers] Add CXX_STANDARD support for Intel C++ compilers

Brad King brad.king at kitware.com
Tue Dec 1 13:11:31 EST 2015


On 12/01/2015 12:47 PM, Levi Morrison wrote:
> I am having trouble reproducing this failure. When I do an
> unrestricted ctest (test everything) it will fail, but if I do
> something like `ctest -VV -R WriteCompilerDetectionHeader` it will
> pass. Any ideas?

Try ensuring that it is a fresh run of the test:

 $ rm -rf Tests/Module/WriteCompilerDetectionHeader
 $ ctest -R Module.WriteCompilerDetectionHeader -V

The 'RunCMake' tests always run fresh, but many others are
incremental.

-Brad



More information about the cmake-developers mailing list