Skip to content

Commit

Permalink
added versioning feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuryadevara committed Oct 27, 2022
1 parent 8a13c93 commit 6b9415a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ project(srf
LANGUAGES C CXX
)

rapids_cmake_write_version_file(include/srf/version.hpp)

# Delay enabling CUDA until after we have determined our CXX compiler
if(NOT DEFINED CMAKE_CUDA_HOST_COMPILER)
message(STATUS "Setting CUDA host compiler to match CXX compiler: ${CMAKE_CXX_COMPILER}")
Expand Down

0 comments on commit 6b9415a

Please sign in to comment.