From b122342f34fdcdfe75284dc7bda7be7404213652 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mirko=20W=C3=A4chter?= <mirko.waechter@kit.edu>
Date: Tue, 7 May 2019 14:03:57 +0000
Subject: [PATCH] fix simox data dir

(cherry picked from commit 7cd04def8ee344236b30a27f1adad9cdb0c4393e)
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 592720cee..e98faa4a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
 
 SET(Simox_LIB_DIR ${Simox_BINARY_DIR}/lib)
 SET(Simox_BIN_DIR ${Simox_BINARY_DIR}/bin)
-SET(Simox_DATA_DIR ${CurrentSimoxPath}/VirtualRobot/data)
+SET(Simox_DATA_DIR ${Simox_SOURCE_DIR}/VirtualRobot/data)
 
 MESSAGE (STATUS "** SIMOX LIB DIR: ${Simox_LIB_DIR}")
 MESSAGE (STATUS "** SIMOX BIN DIR: ${Simox_BIN_DIR}")
-- 
GitLab