From 7c72f4e921f6bfbfa122123ef91c1bc1912f6332 Mon Sep 17 00:00:00 2001 From: DX37 Date: Sat, 18 Mar 2017 17:47:08 +0600 Subject: [PATCH] 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. --- cmake/Dependencies.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index b88ab6575..f52fb8f72 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -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