Explorar el Código

Fixed cmake warning

Paul-Louis Ageneau hace 5 años
padre
commit
de51b9adc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmake/Modules/FindLibNice.cmake

+ 1 - 1
cmake/Modules/FindLibNice.cmake

@@ -10,7 +10,7 @@ if (NOT TARGET LibNice::LibNice)
             HINTS ${PC_LIBNICE_LIBDIR} ${PC_LIBNICE_LIBRARY_DIRS})
 
     include(FindPackageHandleStandardArgs)
-    find_package_handle_standard_args(Libnice DEFAULT_MSG
+    find_package_handle_standard_args(LibNice DEFAULT_MSG
             LIBNICE_LIBRARY LIBNICE_INCLUDE_DIR)
     mark_as_advanced(LIBNICE_INCLUDE_DIR LIBNICE_LIBRARY)