Fix CMakeLists.txt typo on USE_ONEDPL

This commit is contained in:
Tom Lin 2022-07-28 16:53:57 +01:00
parent 379bc2032c
commit 14844ceb56

View File

@ -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(