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

Variable name fix

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@322 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 0198e533
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,10 @@ namespace VirtualRobot
}
}
}
#ifdef SIMOX_DATA_PATH
#ifdef Simox_DATA_PATH
pathFound = pathFound | addDataPath(std::string(SIMOX_DATA_PATH),true);
#endif
#ifdef VIRTUAL_ROBOT_DATA_PATH
#ifdef VirtualRobot_DATA_PATH
pathFound = pathFound | addDataPath(std::string(VIRTUAL_ROBOT_DATA_PATH),true);
#endif
// check stnadard linux install path
......
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