From 0444d483469aeef0f25fb5a1cff9ceb74947bcaa Mon Sep 17 00:00:00 2001 From: sarathnandu Date: Fri, 16 Aug 2024 15:18:13 -0500 Subject: [PATCH] Minor fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb5a76ce7a..39118e2543 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ option(TBB_FUZZ_TESTING "Enable fuzz testing" OFF) option(TBB_INSTALL "Enable installation" ON) if(LINUX) option(TBB_LINUX_SEPARATE_DBG "Enable separation of the debug symbols during the build" OFF) -endif +endif() if(APPLE) option(TBB_BUILD_APPLE_FRAMEWORKS "Build as Apple Frameworks" OFF) endif()