tfix file path - 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 0d5bba5c16a5ad5a76f908a2f082722e3d869c34
 (DIR) parent 98b0a3a548f8a15ecad67166def2b49337222689
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu,  7 Sep 2017 14:46:03 -0700
       
       fix file path
       
       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@@ -10,7 +10,7 @@ SET(EXECUTABLE_OUTPUT_PATH "../")
        
        FILE(DOWNLOAD
            "https://raw.githubusercontent.com/pathscale/nvidia_sdk_samples/master/matrixMul/common/inc/helper_math.h" 
       -    ./helper_math.h)
       +    ./src/helper_math.h)
        
        # Include FindCUDA script
        INCLUDE(FindCUDA)