From 7f43a2ecf8e074080a7f88f9f347e824a63cb65c Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Wed, 18 May 2016 17:12:57 +0530 Subject: [PATCH] typo in WITH_CUDA [skip ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 978b1428..8b01c5a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- GitLab