mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
cmake: Delete active_runtime.json if it already exists
This commit is contained in:
parent
0f2699b02f
commit
aa052046a8
|
@ -7,6 +7,7 @@ set(MANIFEST_RELATIVE_DIR @MANIFEST_RELATIVE_DIR@)
|
|||
set(XR_API_MAJOR @XR_API_MAJOR@)
|
||||
set(RUNTIME_TARGET @RUNTIME_TARGET@)
|
||||
|
||||
execute_process(COMMAND ${CMAKE_COMMAND} -E rm -f ${CMAKE_BINARY_DIR}/active_runtime.json)
|
||||
execute_process(
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E create_symlink
|
||||
|
|
Loading…
Reference in a new issue