cmake: fix typo
authorMichael Wallner <mike@php.net>
Wed, 23 Jun 2021 08:46:02 +0000 (10:46 +0200)
committerMichael Wallner <mike@php.net>
Wed, 23 Jun 2021 08:46:02 +0000 (10:46 +0200)
CMake/CheckCpp17Parallelism.cmake

index 8cb4a0a75eb3790560d0554c09a8bb5d767ed4c5..826cf38fdaace796c7c2443d637bc50b7d451160 100644 (file)
@@ -19,7 +19,7 @@ check_cxx_source_compiles("
         )
 
 if(HAVE_CPP17_PARALLELISM)
-    add_library(cpp17::paralleslism INTERFACE IMPORTED)
+    add_library(cpp17::parallelism INTERFACE IMPORTED)
     # noting to be done
 else()
     include(CheckTbb)