[PATCH] Fix NSS_LIBRARIES variable

Wald Commits scm-commit at wald.intevation.org
Wed Jul 30 16:21:16 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1406730044 -7200
# Node ID a945361df361ebd06a9c2663685fe1d6e485b13e
# Parent  247cffdc9b893164491d6cdd00edabccf32b2077
Fix NSS_LIBRARIES variable

diff -r 247cffdc9b89 -r a945361df361 nss-cmake-static.cmake
--- a/nss-cmake-static.cmake	Mon Jul 28 13:00:06 2014 +0200
+++ b/nss-cmake-static.cmake	Wed Jul 30 16:20:44 2014 +0200
@@ -6,6 +6,7 @@
 # See LICENSE.txt for details.
 
 if (NOT EXISTS "${NSS_STATIC_PATH}")
+   message (STATUS "using current source ${NSS_STATIC_PATH}")
    set (NSS_STATIC_PATH ${CMAKE_CURRENT_SOURCE_DIR})
 endif()
 
@@ -38,5 +39,5 @@
 set(NSS_LIBRARIES nss_static nspr_static)
 
 if (WIN32)
-   set(NSS_LIBRARIES ${NSS_LIBARIES} winmm ws2_32)
+   set(NSS_LIBRARIES ${NSS_LIBRARIES} winmm ws2_32)
 endif()


More information about the Trustbridge-commits mailing list