Browse Source

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.
pull/4258/head
DX37 8 years ago
parent
commit
7c72f4e921
  1. 4
      cmake/Dependencies.cmake

4
cmake/Dependencies.cmake

@ -119,10 +119,6 @@ if(APPLE) @@ -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

Loading…
Cancel
Save