Explorar o código

Fix a CMake warning in DependencyConfiguration

Tobias Hieta %!s(int64=8) %!d(string=hai) anos
pai
achega
f5686f2892
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)