Skip to content

Commit

Permalink
Remove quotes on CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
JetsonHacksNano authored May 2, 2019
1 parent f21fd16 commit e3cc8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installLibrealsense.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ else
$CMAKE_PATH=/usr/bin/cmake
fi

"$CMAKE_PATH" ../ -DBUILD_EXAMPLES=true -DBUILD_WITH_CUDA="$USE_CUDA" -DCMAKE_BUILD_TYPE=release
$CMAKE_PATH ../ -DBUILD_EXAMPLES=true -DBUILD_WITH_CUDA="$USE_CUDA" -DCMAKE_BUILD_TYPE=release
# The library will be installed in /usr/local/lib, header files in /usr/local/include
# The demos, tutorials and tests will located in /usr/local/bin.
echo "${green}Building librealsense, headers, tools and demos${reset}"
Expand Down

0 comments on commit e3cc8f6

Please sign in to comment.