You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON."OFF)
301
301
302
302
if (LIBCXX_ENABLE_THREADS)
303
-
set(LIBCXX_PSTL_BACKEND"std_thread"CACHESTRING"Which PSTL backend to use")
303
+
set(LIBCXX_PSTL_BACKEND_DEFAULT"std_thread")
304
304
else()
305
-
set(LIBCXX_PSTL_BACKEND"serial"CACHESTRING"Which PSTL backend to use")
305
+
set(LIBCXX_PSTL_BACKEND_DEFAULT"serial")
306
306
endif()
307
+
set(LIBCXX_PSTL_BACKEND"${LIBCXX_PSTL_BACKEND_DEFAULT}"CACHESTRING"Select the PSTL backend to use. Valid values are serial, std-thread, libdispatch, openmp. Default: ${LIBCXX_PSTL_BACKEND_DEFAULT}")
0 commit comments