Skip to content

Commit

Permalink
Add source vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Feb 5, 2025
1 parent 9ad06ec commit 78a49b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
cmake --build . -v --target tbb --target tbbmalloc --target tbbmalloc_proxy
- name: Test doc examples
run: |
ls
source `find ./build -name vars.sh`
cd doc/main/examples_testing
mkdir build && cd build
cmake -DCMAKE_CXX_STANDARD=${{ matrix.std }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
Expand Down
2 changes: 1 addition & 1 deletion doc/main/examples_testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.11)
project(doc_examples_testing)

set(_tbb_include_path "${CMAKE_CURRENT_SOURCE_DIR}/../../include")
set(_tbb_include_path "${CMAKE_CURRENT_SOURCE_DIR}/../../../include")
set(_reference_examples_path "${CMAKE_CURRENT_SOURCE_DIR}/../reference/examples")
set(_userguide_examples_path "${CMAKE_CURRENT_SOURCE_DIR}/../tbb_userguide/examples")

Expand Down

0 comments on commit 78a49b1

Please sign in to comment.