aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindHUpnp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindHUpnp.cmake b/modules/FindHUpnp.cmake
index cd2b6216..89865ff3 100644
--- a/modules/FindHUpnp.cmake
+++ b/modules/FindHUpnp.cmake
@@ -13,6 +13,6 @@ find_library( HUPNP_LIBS HUpnp )
include( FindPackageHandleStandardArgs )
-find_package_handle_standard_args( HUpnp "Could not find HUPnP" HUPNP_INCLUDE_DIR HUPNP_LIBS )
+find_package_handle_standard_args( HUpnp DEFAULT_MSG HUPNP_INCLUDE_DIR HUPNP_LIBS )
mark_as_advanced( HUPNP_INCLUDE_DIR HUPNP_LIBS ) \ No newline at end of file