From e6606be932272ab0e5efee7df21a970ca8c83da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20St=C3=B6cker?= Date: Thu, 24 Oct 2024 11:49:36 +0200 Subject: [PATCH] improve description --- CMakeLists.txt | 2 +- Extern/NFD-Extended | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 Extern/NFD-Extended diff --git a/CMakeLists.txt b/CMakeLists.txt index f32211fb..a0946801 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) # ------------------ diff --git a/Extern/NFD-Extended b/Extern/NFD-Extended new file mode 160000 index 00000000..17b6e8ce --- /dev/null +++ b/Extern/NFD-Extended @@ -0,0 +1 @@ +Subproject commit 17b6e8ce219c0677f94b63636abb9296b28841ca