Skip to content

Commit 221daef

Browse files
committed
cmake: fix typo
1 parent 193e5b3 commit 221daef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/CheckCpp17Parallelism.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ check_cxx_source_compiles("
1919
)
2020

2121
if(HAVE_CPP17_PARALLELISM)
22-
add_library(cpp17::paralleslism INTERFACE IMPORTED)
22+
add_library(cpp17::parallelism INTERFACE IMPORTED)
2323
# noting to be done
2424
else()
2525
include(CheckTbb)

0 commit comments

Comments
 (0)