Skip to content
Snippets Groups Projects
Commit 7064200e authored by vahrenkamp's avatar vahrenkamp
Browse files

Fixing path

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@168 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 2feff943
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ endif()
IF(DEFINED SIMOX_DIR)
get_filename_component(SIMOX_DIR ${SIMOX_DIR} ABSOLUTE)
ELSE()
SET(SIMOX_DIR "${CurrentPath}/..") # we assume simox a directory above?!
SET(SIMOX_DIR "${CurrentPath}/../..") # we assume a simox directory above VirtualRobot
ENDIF()
MESSAGE (STATUS "SIMOX_DIR: ${SIMOX_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment