tCMakeLists.txt: use own mirror of helper_math.h - 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 2ba2bbd2bd88745e1d287cdf82b4dd4e3048ba76
(DIR) parent a1dddcafca020b99f11dfc46720007434a179423
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 22 Sep 2020 11:22:25 +0200
CMakeLists.txt: use own mirror of helper_math.h
Diffstat:
M src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
t@@ -9,7 +9,7 @@ INCLUDE_DIRECTORIES("${CMAKE_BINARY_DIR}/src")
SET(EXECUTABLE_OUTPUT_PATH "../")
FILE(DOWNLOAD
- "https://raw.githubusercontent.com/pathscale/nvidia_sdk_samples/master/matrixMul/common/inc/helper_math.h"
+ "https://adamsgaard.dk/npub/helper_math.h"
./src/helper_math.h)
# Include FindCUDA script