tdo not download helper_math.h - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 5d9005209101adcd80126e5eac5d0d974ebb47aa
DIR parent 1f4c6fb9edda60baca701826253a7bab5ca0feb8
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 14 Apr 2022 15:24:40 +0200
do not download helper_math.h
Diffstat:
M src/CMakeLists.txt | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
DIR diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
t@@ -8,10 +8,6 @@ INCLUDE_DIRECTORIES("${CUDA_SDK_ROOT_DIR}/common/inc")
INCLUDE_DIRECTORIES("${CMAKE_BINARY_DIR}/src")
SET(EXECUTABLE_OUTPUT_PATH "../")
-FILE(DOWNLOAD
- "https://adamsgaard.dk/npub/helper_math.h"
- ./src/helper_math.h)
-
# Include FindCUDA script
INCLUDE(FindCUDA)