Skip to content

Commit

Permalink
Windows build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Nov 29, 2024
1 parent 5a84dcf commit b614e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/CompilerOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if(WITH_CRYPTO_BACKEND STREQUAL "botan")
set(WITH_ECC 1)
message(STATUS "Botan: Found P-256")
else()
set(error_msg "Botan: Cannot find P-256! Botan library has no ECC support!")
set(error_msg "Botan: Cannot find P-256! Botan library has no ECC support! RUN_ECC: ${RUN_ECC} COMPILE_RESULT: ${COMPILE_RESULT}")
message(FATAL_ERROR ${error_msg})
endif()
else(ENABLE_ECC)
Expand Down

0 comments on commit b614e41

Please sign in to comment.