We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbbd3e commit c1df86bCopy full SHA for c1df86b
arccore/src/concurrency/arccore/concurrency/CMakeLists.txt
@@ -37,6 +37,11 @@ endif()
37
38
target_link_libraries(arccore_concurrency PUBLIC arccore_base)
39
40
+find_package(Threads)
41
+if (TARGET Threads::Threads)
42
+ target_link_libraries(arccore_concurrency PRIVATE Threads::Threads)
43
+endif()
44
+
45
# ----------------------------------------------------------------------------
46
# Local Variables:
47
# tab-width: 2
0 commit comments