Skip to content

Commit

Permalink
Move libdl/libpthread handling to common_options
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jan 5, 2022
1 parent 753514c commit 4e620bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ if (TARGET desktop-app::external_dispatch)
)
endif()

if (LINUX)
target_link_libraries(lib_crl
PUBLIC
pthread
)
endif()

if (build_macstore OR TARGET desktop-app::external_dispatch)
target_compile_definitions(lib_crl
PUBLIC
Expand Down

0 comments on commit 4e620bc

Please sign in to comment.