abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorPatrick2023-11-13 22:26:09 +0100
committerPatrick2023-11-13 22:26:09 +0100
commitc471aae81fd534281d5881db9d5a251200005cb3 (patch)
treec52723f4604853fff6eda3bf8eebc6a650daeb20
parent22b9954c1582649310fbc49f54653996d24e5ab7 (diff)
downloadmatrix_esp_thesis-c471aae81fd534281d5881db9d5a251200005cb3.tar.gz
matrix_esp_thesis-c471aae81fd534281d5881db9d5a251200005cb3.zip
fix esp_project CMakeLists.txt
-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")