tCUDA set as required in cmake - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 4c7e0bd57aa76335d1c91055983d9095b6e5164f
(DIR) parent bfa63efbda90b8d4ae3d19bbb6c1e5fff2dbf9ee
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Wed, 19 Dec 2012 13:45:49 +0100
CUDA set as required in cmake
Diffstat:
M CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/CMakeLists.txt b/CMakeLists.txt
t@@ -11,7 +11,7 @@ PROJECT(sphere_CUDA)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
# Find CUDA
-FIND_PACKAGE(CUDA)
+FIND_PACKAGE(CUDA REQUIRED)
# Find OpenMP
FIND_PACKAGE(OpenMP)