Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Escape the keywords in string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Dec 5, 2017
1 parent 951c3f2 commit 78c4710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auto.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IF "%CUDA_PATH_V8_0%"=="" IF "%CUDA_PATH_V9_0%"=="" (
)

IF "%NVTOOLSEXT_PATH%"=="" (
echo NVTX (Visual Studio Extension for CUDA) not installed, disabling CUDA
echo NVTX ^(Visual Studio Extension ^for CUDA^) ^not installed, disabling CUDA
set NO_CUDA=1
goto optcheck
)
Expand Down
2 changes: 1 addition & 1 deletion cuda8.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set NO_CUDA=
set CMAKE_GENERATOR=Visual Studio 15 2017 Win64

IF "%NVTOOLSEXT_PATH%"=="" (
echo NVTX (Visual Studio Extension for CUDA) not installed, disabling CUDA
echo NVTX ^(Visual Studio Extension ^for CUDA^) ^not installed, disabling CUDA
set NO_CUDA=1
goto optcheck
)
Expand Down
2 changes: 1 addition & 1 deletion cuda9.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set NO_CUDA=
set CMAKE_GENERATOR=Visual Studio 15 2017 Win64

IF "%NVTOOLSEXT_PATH%"=="" (
echo NVTX (Visual Studio Extension for CUDA) not installed, disabling CUDA
echo NVTX ^(Visual Studio Extension ^for CUDA^) ^not installed, disabling CUDA
set NO_CUDA=1
goto optcheck
)
Expand Down

0 comments on commit 78c4710

Please sign in to comment.