1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): don't ask for strmiids

Fixes bulding with cmake on Windows. strmiids is exists as a
libstrmiids.a static library, but cmake can't find it. Because of
useless of this search and successful building without it, I'm removed it.
This commit is contained in:
DX37 2017-03-18 17:47:08 +06:00
parent 1d82f1fe89
commit 7c72f4e921

View File

@ -119,10 +119,6 @@ if(APPLE)
search_dependency(IOKIT FRAMEWORK IOKit OPTIONAL)
endif()
if(WIN32)
search_dependency(STRMIIDS LIBRARY strmiids)
endif()
if (NOT GIT_DESCRIBE)
execute_process(
COMMAND git describe --tags