From 0990910ed2c24949431a88adb83d21e2f48afcba Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 23 Feb 2015 10:41:48 -0800 Subject: [PATCH] add a missing period for apple qxmpp ext --- cmake/externals/qxmpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/externals/qxmpp/CMakeLists.txt b/cmake/externals/qxmpp/CMakeLists.txt index 4d76c6901f..25ec409efb 100644 --- a/cmake/externals/qxmpp/CMakeLists.txt +++ b/cmake/externals/qxmpp/CMakeLists.txt @@ -59,7 +59,7 @@ if (WIN32) set(${EXTERNAL_NAME_UPPER}_DLL_PATH ${_LIB_DIR} CACHE PATH "Location of QXmpp DLL") else () if (APPLE) - set(_LIB_EXT "dylib") + set(_LIB_EXT ".dylib") else () set(_LIB_EXT ".so") endif ()