Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mnhauke:mingw:win64:sdr
mingw64-freeocl
fix-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-build.patch of Package mingw64-freeocl
--- a/CMakeLists.txt 2018-01-06 18:13:17.000000000 +0100 +++ b/CMakeLists.txt 2022-10-14 12:28:52.948730047 +0200 @@ -10,9 +10,9 @@ set(CMAKE_THREAD_PREFER_PTHREAD pthread) include(FindThreads) -if(NOT CMAKE_THREAD_LIBS_INIT AND NOT CMAKE_HAVE_THREADS_LIBRARY) +if(NOT Threads_FOUND) message(FATAL_ERROR "thread library not found") -endif(NOT CMAKE_THREAD_LIBS_INIT AND NOT CMAKE_HAVE_THREADS_LIBRARY) +endif() # Default is debug build if(NOT CMAKE_BUILD_TYPE)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor