From 7548b240636f7514e9d09b1a002403d9ba493c27 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 13 Jan 2024 20:29:47 +0100 Subject: [PATCH] Update CMakeLists.txt --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 1df9906..140d29b 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -37,7 +37,7 @@ set(WEB_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../web-ui/esp-dfi-ignah-ui") # uncomment if web data should be updated/written # spiffs_create_partition_image(www ${WEB_SRC_DIR}/dist/esp-dfi-ignah-ui FLASH_IN_PROJECT) else() - message(FATAL_ERROR "${WEB_SRC_DIR}/dist/esp-dfi-ignah-ui doesn't exit. Please run 'ng build' in ${WEB_SRC_DIR}") + # message(FATAL_ERROR "${WEB_SRC_DIR}/dist/esp-dfi-ignah-ui doesn't exit. Please run 'ng build' in ${WEB_SRC_DIR}") endif() # Unfortunately the pugixml library performs install and export.