From 34d2bb0f12c55455d03bed85c8cc4452e0a90bf7 Mon Sep 17 00:00:00 2001
From: Henry <henry.korb@geo.uu.se>
Date: Tue, 14 Nov 2023 18:07:31 +0100
Subject: [PATCH] fix filepath in cmake

---
 src/gpu/core/CMakeLists.txt      | 2 +-
 src/gpu/core/GPU/GeometryUtils.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gpu/core/CMakeLists.txt b/src/gpu/core/CMakeLists.txt
index 52c0ba96d..c3e38fd15 100644
--- a/src/gpu/core/CMakeLists.txt
+++ b/src/gpu/core/CMakeLists.txt
@@ -28,5 +28,5 @@ if(BUILD_VF_UNIT_TESTS)
     set_source_files_properties(LBM/GPUHelperFunctions/KernelUtilitiesTests.cpp PROPERTIES LANGUAGE CUDA)
     set_source_files_properties(Output/DistributionDebugWriterTest.cpp PROPERTIES LANGUAGE CUDA)
     set_source_files_properties(Parameter/ParameterTest.cpp PROPERTIES LANGUAGE CUDA)
-    set_source_files_properties(PreCollisionInteractor/ActuatorFarmInlinesTest.cpp PROPERTIES LANGUAGE CUDA)
+    set_source_files_properties(PreCollisionInteractor/Actuator/ActuatorFarmInlinesTest.cpp PROPERTIES LANGUAGE CUDA)
 endif()
diff --git a/src/gpu/core/GPU/GeometryUtils.h b/src/gpu/core/GPU/GeometryUtils.h
index 80f100768..fc0109e8f 100644
--- a/src/gpu/core/GPU/GeometryUtils.h
+++ b/src/gpu/core/GPU/GeometryUtils.h
@@ -1,6 +1,6 @@
 #ifndef _GEOMETRYUTILS_H
 #define _GEOMETRYUTILS_H
-#include <basics/DataTypes.h>
+#include "basics/DataTypes.h"
 
 
 __inline__ __host__ __device__ void getNeighborIndicesOfBSW(  uint k, //index of DIR_MMM node
-- 
GitLab