Browse Source

fix(build): Remove unnecessary dependencies for Windows build

pull/6648/head
fancyfarmer 3 years ago
parent
commit
4006d9b5e8
No known key found for this signature in database
GPG Key ID: 6FDEF1C3767D0014
  1. 2
      cmake/Dependencies.cmake

2
cmake/Dependencies.cmake

@ -147,8 +147,6 @@ endif() @@ -147,8 +147,6 @@ 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)
endif()

Loading…
Cancel
Save