From e0e657264395e5e82fd6f3557665d37670f585bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Ate=C5=9F=20Uzun?= Date: Mon, 28 Aug 2023 17:52:15 +0300 Subject: [PATCH] fix: CMakeLists.txt typo (#5006) Signed-off-by: Mustafa Uzun --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cab422cd4..16191273d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,7 @@ cmake_dependent_option(STATIC_LIBS "Build static libraries instead of shared-obj option(VERBOSE_LOGS "Adds verbose loging to DALI" OFF) option(WERROR "Treat all warnings as errors" OFF) -option(RELWITHDEBINFO_CUDA_DEBUG "Add device side debug info for RelWithDebInfo build conifguration" OFF) +option(RELWITHDEBINFO_CUDA_DEBUG "Add device side debug info for RelWithDebInfo build configuration" OFF) cmake_dependent_option(DALI_CLANG_ONLY "Compile DALI using only Clang. Suitable only for developement." OFF "CMAKE_CXX_COMPILER_ID STREQUAL Clang" OFF)