mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-04 04:02:47 -05:00
change makecers.sh mode
This commit is contained in:

committed by
Michał Trojnara

parent
88bf99dec8
commit
26b7d5f617
@ -40,10 +40,10 @@ if(NOT CMAKE_HOST_WIN32)
|
||||
else()
|
||||
set(makecerts_result 1)
|
||||
endif()
|
||||
|
||||
if(makecerts_result)
|
||||
message(STATUS "makecerts.sh failed")
|
||||
if(makecerts_output)
|
||||
message(STATUS "makecerts.sh failed: ${makecerts_output}")
|
||||
message(STATUS "${makecerts_output}")
|
||||
endif()
|
||||
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/tests/certs"
|
||||
DESTINATION "${PROJECT_BINARY_DIR}/Testing"
|
||||
|
Reference in New Issue
Block a user