abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--esp32/esp_project/components/matrix/CMakeLists.txt1
-rw-r--r--esp32/esp_project/components/olm/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
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")