Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Feb 20, 2021
1 parent d5753b6 commit 4a2966a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ENDIF()
IF(NOT WIN32)
SET(CMAKE_THREAD_PREFER_PTHREAD ON)
ENDIF()
FIND_PACKAGE(Threads REQUIRED)
FIND_PACKAGE(Threads)

SET(CMAKE_SKIP_RPATH TRUE)

Expand Down

0 comments on commit 4a2966a

Please sign in to comment.