Skip to content
Snippets Groups Projects
Commit b4c7d0af authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added a small note into CMakeLists.txt

parent b8c24908
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ if( WITH_CUDA STREQUAL "yes" )
set( CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ; ${CUDA_ARCH} )
# TODO: this is necessary only due to a bug in cmake
set( CUDA_ADD_LIBRARY_OPTIONS -shared )
# TODO: workaround for a bug in cmake 3.5.0
# TODO: workaround for a bug in cmake 3.5.0 (fixed in 3.5.1)
set( CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ; -ccbin "${CMAKE_CXX_COMPILER}" )
set( CUDA_HOST_COMPILER "" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment