Skip to content

Commit

Permalink
Update oe_unix.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron authored Feb 11, 2024
1 parent b6b8a3a commit 6be9e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/oe_unix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ IF(UNIX AND NOT ANDROID)
# Some Unicies need explicit linkage to the Math library or the build fails.
FIND_LIBRARY(MATH_LIBRARY m)
# for ptheads in linux
find_library(Threads)
find_package(Threads REQUIRED)
ENDIF(UNIX AND NOT ANDROID)

0 comments on commit 6be9e97

Please sign in to comment.