Help: replace deprecated $<CONFIGURATION> generator expression
In the generator expression docs under "Variable Queries" [1] the
generator expression $<CONFIGURATION>
is listed as deprecated
since CMake 3.0 and to use $<CONFIG>
instead.
Apply this deprecation warning and use $<CONFIG>
in the add_test
example instead.
[1] https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#id2
Topic-rename: doc-add_test-config-genex
Edited by Brad King