https://github.com/Kitware/CMake
Revision 6ad14c71bb9b791fc4496a4d6a3fcd6dd9bf3f1c authored by James Bigler on 18 May 2014, 06:26:26 UTC, committed by Brad King on 19 May 2014, 13:14:15 UTC
Previously when linking the intermediate link file for separable compilation
the CUDA_NVCC_FLAGS* were not used.  This caused tremendous confusion when
using this feature, and I consider it to be a bug.  This change should fix
this.
1 parent b3ebb8f
Raw File
Tip revision: 6ad14c71bb9b791fc4496a4d6a3fcd6dd9bf3f1c authored by James Bigler on 18 May 2014, 06:26:26 UTC
FindCUDA: Use CUDA_NVCC_FLAGS* for separable compilation
Tip revision: 6ad14c7
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top