diff options
| author | patrick-scho | 2023-11-13 20:01:31 +0100 |
|---|---|---|
| committer | patrick-scho | 2023-11-13 20:01:31 +0100 |
| commit | 0b5fc6b640af6f13fe56a6e77598d96db78bb56c (patch) | |
| tree | b95967549e81c1fbdaf97171fd10bf34b174f8ce /esp32/esp_project/CMakeLists.txt | |
| parent | 7dd7c5d0397c942b903bbe22e3fcf12386bf358b (diff) | |
| download | matrix_esp_thesis-0b5fc6b640af6f13fe56a6e77598d96db78bb56c.tar.gz matrix_esp_thesis-0b5fc6b640af6f13fe56a6e77598d96db78bb56c.zip | |
update esp_project
Diffstat (limited to 'esp32/esp_project/CMakeLists.txt')
| -rw-r--r-- | esp32/esp_project/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/esp32/esp_project/CMakeLists.txt b/esp32/esp_project/CMakeLists.txt index 897cd8e..e438fcf 100644 --- a/esp32/esp_project/CMakeLists.txt +++ b/esp32/esp_project/CMakeLists.txt @@ -5,5 +5,4 @@ cmake_minimum_required(VERSION 3.16) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp_project)
-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")
\ No newline at end of file +SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")
\ No newline at end of file |
