Skip to content

Commit

Permalink
nvcc flags (zhanghang1989#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed Mar 21, 2018
1 parent ac7e12f commit f4178a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encoding/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ENDIF()

SET(CMAKE_MACOSX_RPATH 1)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -std=c++11")

FILE(GLOB src-cuda kernel/*.cu)

Expand Down

0 comments on commit f4178a2

Please sign in to comment.