https://github.com/Kitware/CMake
Revision f063c45589e83bf8e4ef61f49b17084debf085a2 authored by Stephen Kelly on 30 July 2013, 07:51:56 UTC, committed by Stephen Kelly on 21 October 2013, 13:56:31 UTC
Introduce a policy to control the behavior.

The AliasTargets unit test already tests that using a
double-semicolon in the name is not an error. Change the ExportImport
test to use a namespace with a double-semicolon too.
1 parent 919e1e8
Raw File
Tip revision: f063c45589e83bf8e4ef61f49b17084debf085a2 authored by Stephen Kelly on 30 July 2013, 07:51:56 UTC
Consider targets with double colons to be IMPORTED or ALIAS targets.
Tip revision: f063c45
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top