Skip to content
Snippets Groups Projects
Commit df96ea74 authored by Timo Koch's avatar Timo Koch
Browse files

[fix][bin] Correct default path (file has been moved)

parent aef572fc
No related branches found
No related tags found
1 merge request!3066Cleanup/cmakelists
......@@ -26,7 +26,7 @@ def createCMakeLists():
# default to the dumux folder (relative path to the location of this script)
if args["folder"] is None:
rootDir = os.path.dirname(os.path.abspath(__file__)) + "/../../dumux"
rootDir = os.path.dirname(os.path.abspath(__file__)) + "/../dumux"
else:
rootDir = args["folder"]
......
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