The open source OpenXR runtime

cmake: fix CMP0175 warning since 3.22

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2539>

+1 -1
+1 -1
cmake/GenerateKhrManifest.cmake
··· 98 98 "${CMAKE_COMMAND}" "-DOUT_FILE=${_genmanifest_OUT_FILE}" 99 99 "-DLIBMONADO=${_libmonado}" 100 100 "-DTARGET_PATH=$<TARGET_FILE:${_genmanifest_TARGET}>" -P 101 - "${_script}" DEPENDS "${_script}" 101 + "${_script}" 102 102 COMMENT 103 103 "Generating ${_genmanifest_MANIFEST_DESCRIPTION} named ${_genmanifest_OUT_FILE} for build tree usage" 104 104 VERBATIM