mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 04:21:37 +01:00
15 lines
473 B
Diff
15 lines
473 B
Diff
diff --git a/systemtests/CMakeLists.txt b/systemtests/CMakeLists.txt
|
|
index a890ce6..8fc816d 100644
|
|
--- a/systemtests/CMakeLists.txt
|
|
+++ b/systemtests/CMakeLists.txt
|
|
@@ -1161,9 +1161,3 @@ execute_process(
|
|
RESULT_VARIABLE RESULT_GENERATE_MINIO_CERTS
|
|
OUTPUT_QUIET ERROR_QUIET
|
|
)
|
|
-if(NOT "${RESULT_GENERATE_MINIO_CERTS}" STREQUAL "0")
|
|
- message(
|
|
- FATAL_ERROR
|
|
- "Creation of certificates failed: ${RESULT_GENERATE_MINIO_CERTS} ${CMAKE_BINARY_DIR}"
|
|
- )
|
|
-endif()
|