Skip to content

Commit 7f43a2e

Browse files
author
Dilawar Singh
committed
typo in WITH_CUDA [skip ci]
1 parent 008a3f1 commit 7f43a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include( ExternalProject )
99
option(WITH_DOC "Build documentation" OFF)
1010
option(DEBUG "Build with DEBUG support" OFF)
1111
option(WITH_BOOST "Use Boost libraries instead of GSL" OFF)
12-
option(WITH_CUSA "Use CUDA/GPU" OFF)
12+
option(WITH_CUDA "Use CUDA/GPU" OFF)
1313
option(WITH_MPI "Use MPI" OFF)
1414

1515
## intialize paths

0 commit comments

Comments
 (0)