comparison CMakeLists.txt @ 1071:fc4e1fe4e4d4

(issue116) Sign binaries with test certificate if RELESE_BUILD option is not used
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 10 Sep 2014 17:52:11 +0200
parents 8fb1b912fd8e
children 508c96e72f62
comparison
equal deleted inserted replaced
1070:f110a3f6e387 1071:fc4e1fe4e4d4
35 35
36 find_package(PolarSSL) 36 find_package(PolarSSL)
37 include_directories(${POLARSSL_INCLUDE_DIR}) 37 include_directories(${POLARSSL_INCLUDE_DIR})
38 38
39 find_package(Qt5Widgets) 39 find_package(Qt5Widgets)
40
41 find_program(OSSLSIGNCODE_EXECUTABLE osslsigncode)
42
43 if (WIN32 AND NOT OSSLSIGNCODE_EXECUTABLE)
44 message (STATUS "WARNING: osslsigncode not found. Code verification and code verification tests will fail.")
45 endif()
40 46
41 if (NOT WIN32) 47 if (NOT WIN32)
42 find_package(NSS) 48 find_package(NSS)
43 else () 49 else ()
44 # Use static NSS for Windows 50 # Use static NSS for Windows

http://wald.intevation.org/projects/trustbridge/