f063c45589
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.
6 lines
89 B
CMake
6 lines
89 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0028-NEW)
|
|
run_cmake(CMP0028-OLD)
|
|
run_cmake(CMP0028-WARN)
|