Skip to content

Commit

Permalink
land #1070 - error on unsupported arch for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jul 17, 2024
2 parents c8ca894 + 3b5f017 commit 1796edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ elseif(HOST_SPARC64)
file(READ arch/sparc64/opensslconf.h OPENSSLCONF)
elseif(HOST_X86_64)
file(READ arch/amd64/opensslconf.h OPENSSLCONF)
else()
message(FATAL_ERROR "Architecture not supported")
endif()
file(WRITE ${CMAKE_BINARY_DIR}/include/openssl/opensslconf.h "${OPENSSLCONF}")

0 comments on commit 1796edd

Please sign in to comment.