Skip to content

Commit 27d344b

Browse files
debug ci
1 parent ac3be17 commit 27d344b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR
2121
"${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc")
2222
set(QTHREADS_CONTEXT_SWAP_IMPL fastcontext CACHE STRING "Which context swap implementation to use. Valid values are \"system\" and \"fastcontext\".")
2323
else()
24+
message(FATAL_ERROR "unrecognized arch: ${CMAKE_SYSTEM_PROCESSOR}")
2425
set(QTHREADS_CONTEXT_SWAP_IMPL system CACHE STRING "Which context swap implementation to use. Valid values are \"system\" and \"fastcontext\".")
2526
endif()
2627
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

Comments
 (0)