From 53fef558f98b147956ba4d01c9f9f2e3151fd6d9 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 26 Jul 2025 19:32:46 +0200 Subject: [PATCH] Fix cmake install, 1 file was deleted Signed-off-by: falkTX --- cmake/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 651cee099..5f4f4ed58 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1230,7 +1230,6 @@ if(${CARLA_BUILD_FRAMEWORKS}) ../source/backend/CarlaHost.h ../source/backend/CarlaEngine.hpp ../source/backend/CarlaPlugin.hpp - ../source/backend/CarlaPluginPtr.hpp ) set_target_properties(carla-standalone @@ -1521,7 +1520,6 @@ set_property(TARGET carla-headers-backend ../source/backend/CarlaUtils.h ../source/backend/CarlaEngine.hpp ../source/backend/CarlaPlugin.hpp - ../source/backend/CarlaPluginPtr.hpp ) set_property(TARGET carla-headers-includes