Merge changes from internal branch.

- Better support for win64.
This commit is contained in:
castano
2008-12-29 11:33:20 +00:00
parent 1975883bed
commit b8eb12afc1
7 changed files with 132 additions and 35 deletions

View File

@ -52,6 +52,11 @@ INCLUDE(${NV_CMAKE_DIR}/FindCUDA.cmake)
IF(CUDA_FOUND)
SET(HAVE_CUDA ${CUDA_FOUND} CACHE BOOL "Set to TRUE if CUDA is found, FALSE otherwise")
MESSAGE(STATUS "Looking for CUDA - found")
IF(CUTIL_FOUND)
MESSAGE(STATUS "Looking for CUTIL - found")
ELSE(CUTIL_FOUND)
MESSAGE(STATUS "Looking for CUTIL - not found")
ENDIF(CUTIL_FOUND)
ELSE(CUDA_FOUND)
MESSAGE(STATUS "Looking for CUDA - not found")
ENDIF(CUDA_FOUND)