Skip to content

Commit aac3399

Browse files
committed
Attempt 2 to address issues with pthreads needed only for certain systems
1 parent dc4c0df commit aac3399

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/thirdpartylibraries/SetupThirdPartyLibraries.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,8 @@ if(UNIX AND NOT APPLE)
204204
endif()
205205
else()
206206
message(STATUS " Result: pthread implicitly linked (no action needed)")
207-
set(Threads_FOUND TRUE)
208207
endif()
209208

210209
elseif(APPLE)
211-
set(Threads_FOUND TRUE)
212210
message(STATUS "Threads support built-in on macOS")
213211
endif()

0 commit comments

Comments
 (0)