Skip to content

Commit

Permalink
remove items
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarenkoAI committed Feb 9, 2024
1 parent 333cdea commit 14124ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/build_sc_component_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ then
source "$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"/../sc-component-manager/scripts/set_vars.sh
fi

# Need to define this variables to execute build_sc_component_manager.sh
export ROOT_CMAKE_PATH="${SC_COMPONENT_MANAGER_PATH}"
export BUILD_PATH="${SC_COMPONENT_MANAGER_PATH}/build"
"${SC_COMPONENT_MANAGER_PATH}/scripts/build_sc_component_manager.sh" "$@"
2 changes: 0 additions & 2 deletions scripts/build_sc_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ then
source "$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"/set_vars.sh
fi

export ROOT_CMAKE_PATH="${SC_MACHINE_PATH}"
export BUILD_PATH="${SC_MACHINE_PATH}/build"
"${SC_MACHINE_PATH}/scripts/build_sc_machine.sh" "$@"

0 comments on commit 14124ef

Please sign in to comment.