Skip to content

Commit

Permalink
typo in WITH_CUDA [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed May 18, 2016
1 parent 008a3f1 commit 7f43a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include( ExternalProject )
option(WITH_DOC "Build documentation" OFF)
option(DEBUG "Build with DEBUG support" OFF)
option(WITH_BOOST "Use Boost libraries instead of GSL" OFF)
option(WITH_CUSA "Use CUDA/GPU" OFF)
option(WITH_CUDA "Use CUDA/GPU" OFF)
option(WITH_MPI "Use MPI" OFF)

## intialize paths
Expand Down

0 comments on commit 7f43a2e

Please sign in to comment.