[arrayfire] 195/284: Remove unnecessary line from CMakeLists

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit a1754327e4223ebad411699e2833aaf890861846
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon Jan 11 13:58:55 2016 -0500

    Remove unnecessary line from CMakeLists
---
 src/backend/cuda/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/cuda/CMakeLists.txt b/src/backend/cuda/CMakeLists.txt
index fc9a75c..e13f827 100644
--- a/src/backend/cuda/CMakeLists.txt
+++ b/src/backend/cuda/CMakeLists.txt
@@ -60,7 +60,6 @@ IF(UNIX)
     # Forcing STRICT ANSI should resolve a bunch of issues that NVIDIA seems to face with GCC compilers.
     ADD_DEFINITIONS(-D__STRICT_ANSI__)
     SET(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} -Xcompiler -fvisibility=hidden)
-    REMOVE_DEFINITIONS(-std=c++0x)
     IF(${WITH_COVERAGE})
         SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -Xcompiler -fprofile-arcs -Xcompiler -ftest-coverage -Xlinker -fprofile-arcs -Xlinker -ftest-coverage")
     ENDIF(${WITH_COVERAGE})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list