From: Patrick Date: Mon, 13 Nov 2023 21:26:09 +0000 (+0100) Subject: fix esp_project CMakeLists.txt X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/commitdiff_plain/c471aae81fd534281d5881db9d5a251200005cb3?ds=sidebyside fix esp_project CMakeLists.txt --- diff --git a/esp32/esp_project/components/matrix/CMakeLists.txt b/esp32/esp_project/components/matrix/CMakeLists.txt index 485b3c6..2387948 100644 --- a/esp32/esp_project/components/matrix/CMakeLists.txt +++ b/esp32/esp_project/components/matrix/CMakeLists.txt @@ -14,4 +14,3 @@ idf_component_register(SRCS nvs_flash) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive") -SET(CMAKE_CXX_COMPILER "C:/Espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") diff --git a/esp32/esp_project/components/olm/CMakeLists.txt b/esp32/esp_project/components/olm/CMakeLists.txt index e17b8ad..07bb160 100644 --- a/esp32/esp_project/components/olm/CMakeLists.txt +++ b/esp32/esp_project/components/olm/CMakeLists.txt @@ -34,5 +34,4 @@ add_definitions(-DOLMLIB_VERSION_MINOR=2) add_definitions(-DOLMLIB_VERSION_PATCH=15) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -Wl,--allow-multiple-definition") -SET(CMAKE_CXX_COMPILER "C:/Espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe")