We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc0b7f commit a4f2cd1Copy full SHA for a4f2cd1
scripts/build.sh
@@ -176,7 +176,6 @@ if [ "$OSTYPE" = "linux-gnu" ]; then
176
install_prefix_option="-DCMAKE_INSTALL_PREFIX=/usr/"
177
elif [[ $OSTYPE = darwin* ]]; then
178
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"
180
fi
181
182
if [ -n "$DART_USE_SYSTEM_IMGUI" ]; then
0 commit comments