summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsabdulajees <[email protected]>2017-02-15 22:28:24 -0600
committersabdulajees <[email protected]>2017-02-15 22:28:24 -0600
commitbcb9fac9a618b36e29757996b7df93404075dfd3 (patch)
tree42f54f9e45e4ac8bb9cad2b1221197b499d4e0ca /CMakeLists.txt
parentRemoving commented out script code (diff)
downloadwaveworks_archive-master.tar.xz
waveworks_archive-master.zip
Remove CUDA Toolkit dependencyHEADmasterNRD_like_API
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9395503..f82782e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+# cudacmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.3)
project(WaveWorks CXX)