Browse Source

Fix a CMake warning in DependencyConfiguration

Tobias Hieta 8 năm trước cách đây
mục cha
commit
f5686f2892
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CMakeModules/DependencyConfiguration.cmake

+ 1 - 1
CMakeModules/DependencyConfiguration.cmake

@@ -13,7 +13,7 @@ if((APPLE OR WIN32) AND NOT DISABLE_BUNDLED_DEPS)
   )
   message("dependencies are: ${dir}")
   set(DEFAULT_ROOT ${dir})
-endif(APPLE AND NOT DISABLE_BUNDLED_DEPS)
+endif()
 
 if(WIN32)
   if(NOT EXISTS ${dir}/lib/mpv.lib)