diff options
author | Paulo Romulo <paulo.romulo@kdemail.net> | 2010-08-27 07:21:33 +0000 |
---|---|---|
committer | Paulo Romulo <paulo.romulo@kdemail.net> | 2010-08-27 07:21:33 +0000 |
commit | d251c59ae10a7ff1e59bdfc1afbc070029f32401 (patch) | |
tree | fe94f66746c5ccc5306eb2a294c0ed8a8dac1b78 | |
parent | bb5e1ef1d1dad44afa7f2957eeef861a95a66202 (diff) | |
download | extra-cmake-modules-d251c59ae10a7ff1e59bdfc1afbc070029f32401.tar.gz extra-cmake-modules-d251c59ae10a7ff1e59bdfc1afbc070029f32401.tar.bz2 |
SVN_SILENT Using DEFAULT_MSG in find_package_handle_standard_args() at FindHUpnp.cmake module.
svn path=/trunk/KDE/kdelibs/; revision=1168596
-rw-r--r-- | modules/FindHUpnp.cmake | 2 |
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 |