Skip to content

Commit

Permalink
cmake: reference ns-3.41 instead of dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniGrieco committed May 12, 2024
1 parent 7fdc258 commit 1cb4d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "IoD Sim",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/ns3/build/examples/ns3.38-iodsim-debug",
"program": "${workspaceFolder}/ns3/build/src/iodsim/ns3.41-iodsim-debug",
"args": [
"--config=${workspaceFolder}/scenario/simple_wifi.json"
],
Expand Down
2 changes: 1 addition & 1 deletion scenario/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ create_test_sourcelist(Tests
test_periphstream-wifi.json
)

set(exec ${CMAKE_SOURCE_DIR}/ns3/build/src/iodsim/ns3.41-iodsim-debug)
set(exec ${CMAKE_SOURCE_DIR}/ns3/build/src/iodsim/ns3.41-iodsim-default)

foreach(test ${Tests})
get_filename_component (TName ${test} NAME_WE)
Expand Down

0 comments on commit 1cb4d72

Please sign in to comment.