Skip to content

Commit a4f2cd1

Browse files
committed
Remove CMake settings for OpenCL
(cherry picked from commit c39cdae)
1 parent abc0b7f commit a4f2cd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ if [ "$OSTYPE" = "linux-gnu" ]; then
176176
install_prefix_option="-DCMAKE_INSTALL_PREFIX=/usr/"
177177
elif [[ $OSTYPE = darwin* ]]; then
178178
install_prefix_option="-DCMAKE_INSTALL_PREFIX=/usr/local/ -DCMAKE_INSTALL_RPATH=/usr/local/lib/"
179-
cmake_args+=" -DOpenCLHeaders_DIR=$(brew --prefix opencl-headers)/share/cmake/OpenCLHeaders -DOpenCLHeadersCpp_DIR=$(brew --prefix opencl-clhpp-headers)/share/cmake/OpenCLHeadersCpp"
180179
fi
181180

182181
if [ -n "$DART_USE_SYSTEM_IMGUI" ]; then

0 commit comments

Comments
 (0)