From af913636a3245f5e4ec70b6b4b6bee861217fab0 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 25 Sep 2023 15:59:05 +0200 Subject: [PATCH] :wrench: Disabled gpu-frame-player and vhacd-util These projects are broken at the moment --- tools/gpu-frame-player/CMakeLists.txt | 1 + tools/vhacd-util/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tools/gpu-frame-player/CMakeLists.txt b/tools/gpu-frame-player/CMakeLists.txt index 3f5330c381..692cccda4e 100644 --- a/tools/gpu-frame-player/CMakeLists.txt +++ b/tools/gpu-frame-player/CMakeLists.txt @@ -1,4 +1,5 @@ +return() set(TARGET_NAME gpu-frame-player) setup_memory_debugger() diff --git a/tools/vhacd-util/CMakeLists.txt b/tools/vhacd-util/CMakeLists.txt index 5d7fba79e3..28c5b64596 100644 --- a/tools/vhacd-util/CMakeLists.txt +++ b/tools/vhacd-util/CMakeLists.txt @@ -1,3 +1,5 @@ + +return() set(TARGET_NAME vhacd-util) setup_hifi_project(Core) link_hifi_libraries(shared model-serializers hfm graphics gpu gl)