This repository was archived by the owner on Jul 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ set -euo pipefail
44build_type=" ${1:? build type is required} "
55sycl_targets=" ${2:? sycl targets are required} "
66opencv_apps=" ${3:? opencv apps toggle is required} "
7+ openmp_enabled=" ${ITLABAI_ENABLE_OPENMP:- ON} "
78
89launcher_args=()
910if [[ " ${RUNNER_OS} " != " Windows" ]]; then
@@ -19,7 +20,7 @@ cmake -S . -B build -G Ninja \
1920 -DCMAKE_CXX_COMPILER=" ${ITLABAI_CXX} " \
2021 -DCMAKE_BUILD_TYPE=" ${build_type} " \
2122 -DCMAKE_PREFIX_PATH=" ${ITLABAI_CMAKE_PREFIX_PATH} " \
22- -DITLABAI_ENABLE_OPENMP=OFF \
23+ -DITLABAI_ENABLE_OPENMP=" ${openmp_enabled} " \
2324 -DITLABAI_ENABLE_OPENCV_APPS=" ${opencv_apps} " \
2425 -DITLABAI_BUILD_TESTS=ON \
2526 -DITLABAI_OPENCV_DIR=" ${ITLABAI_OPENCV_DIR:- } " \
You can’t perform that action at this time.
0 commit comments