mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #6648
fancyfarmer (2): fix(build): Remove unnecessary dependencies fix(build): Remove unnecessary dependencies for Windows build
This commit is contained in:
commit
a6d15140b1
|
@ -147,12 +147,8 @@ endif()
|
||||||
# Try to find cmake toxcore libraries
|
# Try to find cmake toxcore libraries
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
search_dependency(TOXCORE PACKAGE toxcore OPTIONAL STATIC_PACKAGE)
|
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()
|
else()
|
||||||
search_dependency(TOXCORE PACKAGE toxcore OPTIONAL)
|
search_dependency(TOXCORE PACKAGE toxcore OPTIONAL)
|
||||||
search_dependency(TOXAV PACKAGE toxav OPTIONAL)
|
|
||||||
search_dependency(TOXENCRYPTSAVE PACKAGE toxencryptsave OPTIONAL)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# If not found, use automake toxcore libraries
|
# If not found, use automake toxcore libraries
|
||||||
|
|
Loading…
Reference in New Issue
Block a user