Skip to content

add_test: Allow spaces and special characters in test name (w/ policy CMP0110)

Deniz Bahadir requested to merge dbahadir/cmake:fix_19391_2 into master

Reintroducing the changes from !4754 (merged), this time with a policy (CMP0110) to allow smooth transition for projects that worked around the original limitation of add_test().

Fixes: #19391 (closed)
Topic-rename: add_test-special-chars-in-name

Edited by Brad King

Merge request reports