Skip to content

Commit

Permalink
Fix opencv#6500 cmake bug that adds D_FORCE_INLINES to NVCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmast committed Nov 22, 2016
1 parent 92387b1 commit c9c4e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/OpenCVDetectCUDA.cmake
Expand Up @@ -133,6 +133,7 @@ if(CUDA_FOUND)
set(OPENCV_CUDA_ARCH_FEATURES "${OPENCV_CUDA_ARCH_FEATURES} ${ARCH}")
endif()
endforeach()
set(NVCC_FLAGS_EXTRA ${NVCC_FLAGS_EXTRA} -D_FORCE_INLINES)

# Tell NVCC to add PTX intermediate code for the specified architectures
string(REGEX MATCHALL "[0-9]+" ARCH_LIST "${ARCH_PTX_NO_POINTS}")
Expand Down

0 comments on commit c9c4e71

Please sign in to comment.