Skip to content
Snippets Groups Projects
Commit 2ffd6a57 authored by vahrenkamp's avatar vahrenkamp
Browse files

Fixing path issue

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@201 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 5bd274e9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ CMAKE_POLICY(VERSION 2.6)
GET_FILENAME_COMPONENT (CurrentPath ${CMAKE_CURRENT_LIST_FILE} PATH)
# Either you set your environment variable or you edit the path here manually
SET(SIMOX_DIR_STANDARD "$ENV{Simox_DIR}")
SET(SIMOX_DIR_STANDARD "${CurrentPath}/../../..")
#SET(SIMOX_DIR_STANDARD "$ENV{Simox_DIR}")
# be sure to have the absolute path
get_filename_component(SIMOX_DIR_STANDARD ${SIMOX_DIR_STANDARD} ABSOLUTE)
......
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