Skip to content

Commit

Permalink
Remove CMake settings for OpenCL
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Sep 8, 2024
1 parent abc0b7f commit c39cdae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ if [ "$OSTYPE" = "linux-gnu" ]; then
install_prefix_option="-DCMAKE_INSTALL_PREFIX=/usr/"
elif [[ $OSTYPE = darwin* ]]; then
install_prefix_option="-DCMAKE_INSTALL_PREFIX=/usr/local/ -DCMAKE_INSTALL_RPATH=/usr/local/lib/"
cmake_args+=" -DOpenCLHeaders_DIR=$(brew --prefix opencl-headers)/share/cmake/OpenCLHeaders -DOpenCLHeadersCpp_DIR=$(brew --prefix opencl-clhpp-headers)/share/cmake/OpenCLHeadersCpp"
fi

if [ -n "$DART_USE_SYSTEM_IMGUI" ]; then
Expand Down

0 comments on commit c39cdae

Please sign in to comment.