Skip to content

Commit 23e4336

Browse files
committed
Removed else clause that required pthreads on windows and linux since this cause builds to fail on these platforms.
1 parent abc1171 commit 23e4336

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ IF(APPLE)
88
set(CMAKE_HAVE_THREADS_LIBRARY 1)
99
set(CMAKE_USE_PTHREADS_INIT 1)
1010
set(THREADS_PREFER_PTHREAD_FLAG ON)
11-
ELSE()
12-
set(THREADS_PREFER_PTHREAD_FLAG ON)
13-
find_package(Threads REQUIRED)
1411
ENDIF()
1512

1613
project(FEBioStudio)

0 commit comments

Comments
 (0)