changeset 391:2b189a3d8e94

fix
author jodogne
date Mon, 29 Apr 2013 12:41:47 +0200
parents 9aa8ecbeeeb9
children a5ba074a613d
files Resources/CMake/MongooseConfiguration.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/MongooseConfiguration.cmake	Mon Apr 29 12:36:39 2013 +0200
+++ b/Resources/CMake/MongooseConfiguration.cmake	Mon Apr 29 12:41:47 2013 +0200
@@ -39,7 +39,7 @@
     message(FATAL_ERROR "Please install the mongoose-devel package")
   endif()
 
-  CHECK_LIBRARY_EXISTS(mongoose "mg_start" HAVE_MONGOOSE_LIB)
+  CHECK_LIBRARY_EXISTS(mongoose mg_start "" HAVE_MONGOOSE_LIB)
   if (NOT HAVE_MONGOOSE_LIB)
     message(FATAL_ERROR "Please install the mongoose-devel package")
   endif()