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:
parent
1d82f1fe89
commit
7c72f4e921
|
@ -119,10 +119,6 @@ if(APPLE)
|
||||||
search_dependency(IOKIT FRAMEWORK IOKit OPTIONAL)
|
search_dependency(IOKIT FRAMEWORK IOKit OPTIONAL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
|
||||||
search_dependency(STRMIIDS LIBRARY strmiids)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (NOT GIT_DESCRIBE)
|
if (NOT GIT_DESCRIBE)
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND git describe --tags
|
COMMAND git describe --tags
|
||||||
|
|
Loading…
Reference in New Issue
Block a user