Compare commits

..

4 Commits

Author SHA1 Message Date
fancyfarmer 3ecf2e03c4
feat(audio): Adding shortut SHIFT+` (~ tilde) for muting mic. 2022-07-06 01:24:10 -07:00
Anthony Bilinski a6d15140b1
Merge pull request #6648
fancyfarmer (2):
      fix(build): Remove unnecessary dependencies
      fix(build): Remove unnecessary dependencies for Windows build
2022-07-04 19:49:37 -07:00
fancyfarmer 4006d9b5e8
fix(build): Remove unnecessary dependencies for Windows build 2022-07-04 20:03:32 +02:00
fancyfarmer 0681614ecc
fix(build): Remove unnecessary dependencies 2022-06-30 17:42:56 +02:00
1 changed files with 0 additions and 4 deletions

View File

@ -147,12 +147,8 @@ endif()
# Try to find cmake toxcore libraries
if(WIN32)
search_dependency(TOXCORE PACKAGE toxcore OPTIONAL STATIC_PACKAGE)
search_dependency(TOXAV PACKAGE toxav OPTIONAL STATIC_PACKAGE)
search_dependency(TOXENCRYPTSAVE PACKAGE toxencryptsave OPTIONAL STATIC_PACKAGE)
else()
search_dependency(TOXCORE PACKAGE toxcore OPTIONAL)
search_dependency(TOXAV PACKAGE toxav OPTIONAL)
search_dependency(TOXENCRYPTSAVE PACKAGE toxencryptsave OPTIONAL)
endif()
# If not found, use automake toxcore libraries