Skip to content

Commit

Permalink
improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstoecker committed Oct 24, 2024
1 parent d18ffc9 commit e6606be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_CUDA_STANDARD_REQUIRED ON)
option(WERROR "add -Werror option" "NO") # inactive per default
option(RAYX_ENABLE_CUDA "This option enables the search for CUDA. Project will be compiled without cuda if not found." ON)
option(RAYX_REQUIRE_CUDA "If option 'RAYX_ENABLE_CUDA' is ON, this option will add the requirement that cuda must be found." OFF)
option(RAYX_STATIC_LIB "Build static library" OFF)
option(RAYX_STATIC_LIB "This option builds 'rayx-core' as a static library." OFF)

# ------------------

Expand Down
1 change: 1 addition & 0 deletions Extern/NFD-Extended
Submodule NFD-Extended added at 17b6e8

0 comments on commit e6606be

Please sign in to comment.