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 ac3be17 commit 27d344bCopy full SHA for 27d344b
src/CMakeLists.txt
@@ -21,6 +21,7 @@ if ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR
21
"${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc")
22
set(QTHREADS_CONTEXT_SWAP_IMPL fastcontext CACHE STRING "Which context swap implementation to use. Valid values are \"system\" and \"fastcontext\".")
23
else()
24
+ message(FATAL_ERROR "unrecognized arch: ${CMAKE_SYSTEM_PROCESSOR}")
25
set(QTHREADS_CONTEXT_SWAP_IMPL system CACHE STRING "Which context swap implementation to use. Valid values are \"system\" and \"fastcontext\".")
26
endif()
27
set(QTHREADS_HWLOC_GET_TOPOLOGY_FUNCTION "" CACHE STRING "function to get hwloc topology (otherwise uses hwloc_topology_init and hwloc_topology_load)")
0 commit comments