Skip to content

Commit b59e923

Browse files
committed
python: Added omnetpp_environment_variable argument to inet_baseline_project.
This project uses the baseline omnetpp version, so that it could be set to any branch.
1 parent ef2b0db commit b59e923

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/inet/project/inet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
inet_baseline_project = define_simulation_project("inet-baseline",
2727
folder_environment_variable="INET_ROOT",
2828
folder="../inet-baseline",
29+
omnetpp_environment_variable="__omnetpp_root_dir_baseline",
2930
library_folder="src",
3031
dynamic_libraries=["INET"],
3132
ned_folders=["src", "examples", "showcases", "tutorials", "tests/networks"]) if os.path.exists(get_workspace_path("inet-baseline")) else None

0 commit comments

Comments
 (0)