diff options
| author | sabdulajees <[email protected]> | 2017-02-15 22:28:24 -0600 |
|---|---|---|
| committer | sabdulajees <[email protected]> | 2017-02-15 22:28:24 -0600 |
| commit | bcb9fac9a618b36e29757996b7df93404075dfd3 (patch) | |
| tree | 42f54f9e45e4ac8bb9cad2b1221197b499d4e0ca /CMakeLists.txt | |
| parent | Removing commented out script code (diff) | |
| download | waveworks_archive-master.tar.xz waveworks_archive-master.zip | |
Remove CUDA Toolkit dependencyHEADmasterNRD_like_API
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |