From 14844ceb5615d33ddff573197f48fb996fab4bb8 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Thu, 28 Jul 2022 16:53:57 +0100 Subject: [PATCH] Fix CMakeLists.txt typo on USE_ONEDPL --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 263555a..f2af1e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,9 +92,9 @@ if (USE_TBB) endif () endif () -option(USE_TBB "Enable oneDPL library for *supported* models. Enabling this on models that - don't explicitly link against DPL is a no-op, see description of your selected - model on how this is used." OFF) +option(USE_ONEDPL "Enable oneDPL library for *supported* models. Enabling this on models that + don't explicitly link against DPL is a no-op, see description of your selected + model on how this is used." OFF) if (USE_ONEDPL) FetchContent_Declare(