Explorar el Código

Fix a CMake warning in DependencyConfiguration

Tobias Hieta hace 8 años
padre
commit
f5686f2892
Se han modificado 1 ficheros con 1 adiciones y 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)