Move libdl/libpthread handling to common_options

This commit is contained in:
Ilya Fedin
2021-12-30 08:53:27 +04:00
committed by John Preston
parent 99f65ab5ec
commit 072e346324
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -212,12 +212,6 @@ if (NOT TGVOIP_FOUND)
target_compile_definitions(lib_tgvoip_bundled PRIVATE WITHOUT_PULSE)
endif()
target_link_libraries(lib_tgvoip_bundled
PRIVATE
${CMAKE_DL_LIBS}
pthread
)
endif()
target_link_libraries(lib_tgvoip
+1 -1
Submodule cmake updated: ed7cf04191...b3cb911ae0