change makecers.sh mode

This commit is contained in:
olszomal
2022-07-21 12:13:24 +02:00
committed by Michał Trojnara
parent 88bf99dec8
commit 26b7d5f617
3 changed files with 5 additions and 5 deletions

View File

@ -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"