Mercurial > trustbridge > nss-cmake-static
changeset 2:a945361df361
Fix NSS_LIBRARIES variable
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 16:20:44 +0200 |
parents | 247cffdc9b89 |
children | 150b72113545 |
files | nss-cmake-static.cmake |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()