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 926425f
Showing 1 changed file with 1 addition 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

0 comments on commit 926425f

Please sign in to comment.