CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-09 10:21:39 +02:00
parent c04c685469
commit 2962dc351b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ if(Threads_FOUND)
endif()
if(NOT result)
# failed; under MinGW be sure to use the posix-threads and NOT the win32-threads version
#message(STATUS "Threads FAILED: ${output}") # debug output from try_compile
#message(STATUS "Threads FAILED ${f}: ${output}") # debug output from try_compile
set(Threads_FOUND OFF)
break()
endif()