cmake_path-IS_PREFIX-emptyΒΆ
The
cmake_path(IS_PREFIX)command and the$<PATH:IS_PREFIX>generator expression no longer treat an empty path as a prefix of every path. Theif()command'sPATH_IS_PREFIXoperator follows the same rule. See policyCMP0223.