[Cmake-commits] [cmake-commits] bigler committed FindCUDA.cmake 1.12 1.13
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jan 8 12:57:45 EST 2010
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv12833
Modified Files:
FindCUDA.cmake
Log Message:
Changed warning string to use the WARNING flag.
Index: FindCUDA.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA.cmake,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** FindCUDA.cmake 8 Jan 2010 17:12:54 -0000 1.12
--- FindCUDA.cmake 8 Jan 2010 17:57:43 -0000 1.13
***************
*** 817,821 ****
set(nvcc_flags ${nvcc_flags} --host-compilation C)
else()
! message( "WARNING: --host-compilation flag is deprecated in CUDA version >= 3.0. Removing --host-compilation C flag" )
endif()
set(CUDA_C_OR_CXX C)
--- 817,821 ----
set(nvcc_flags ${nvcc_flags} --host-compilation C)
else()
! message(WARNING "--host-compilation flag is deprecated in CUDA version >= 3.0. Removing --host-compilation C flag" )
endif()
set(CUDA_C_OR_CXX C)
More information about the Cmake-commits
mailing list