From 8fccb80295bae2ae922a5adf3d636e867af11b5c Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 18 Aug 2022 23:58:38 +0200 Subject: [PATCH] New burn-certs is called after compilation, not before. Not needed anymore. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15243ac..7ab5f3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,11 +42,6 @@ endif() add_definitions(-DDEBUG_APDU=${DEBUG_APDU}) find_package( PythonInterp 3.7 REQUIRED ) - -if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/src/hsm/cvcerts.h) - execute_process(COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/burn-cvcerts.py ${CMAKE_CURRENT_LIST_DIR}) - message("Burning CVCert") -endif() configure_file(${CMAKE_CURRENT_LIST_DIR}/pico-ccid/config/mbedtls_config.h ${CMAKE_CURRENT_LIST_DIR}/pico-ccid/mbedtls/include/mbedtls COPYONLY)