소스 검색

Fix windows build

Tobias Hieta 9 년 전
부모
커밋
541afeb7d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeModules/DependencyConfiguration.cmake

+ 1 - 1
CMakeModules/DependencyConfiguration.cmake

@@ -10,7 +10,7 @@ if(APPLE AND NOT DISABLE_BUNDLED_DEPS)
 endif(APPLE AND NOT DISABLE_BUNDLED_DEPS)
 
 if(WIN32)
-  download_deps("plexmediaplayer-windows-dependencies" dir)
+  download_deps("plexmediaplayer-windows-dependencies" dir DEPS_HASH)
   message("dependencies are: ${dir}")
   set(DEFAULT_ROOT "${dir}")
 endif(WIN32)