Skip to content
Snippets Groups Projects
Commit c9de19eb authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Bump to version 5.1

parent b17ca5ca
Branches
Tags v5.1
No related merge requests found
......@@ -34,7 +34,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${walberla_SOURCE_DIR}/cmake )
include ( waLBerlaFunctions )
set_version( 5 0 )
set_version( 5 1 )
include( CMakeParseArguments )
......@@ -1045,7 +1045,7 @@ if ( WALBERLA_BUILD_WITH_CUDA )
find_library( NVTX_LIBRARY nvToolsExt ${CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES} )
list ( APPEND SERVICE_LIBS ${NVTX_LIBRARY} )
#CUDA_FOUND is need for our cmake mechanism
set ( CUDA_FOUND TRUE )
else()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment