]> granicus.if.org Git - esp-idf/commitdiff
Fix cmake typo
authorRoland Dobai <dobai.roland@gmail.com>
Fri, 4 Oct 2019 10:25:51 +0000 (12:25 +0200)
committerbot <bot@espressif.com>
Tue, 8 Oct 2019 08:11:53 +0000 (08:11 +0000)
tools/cmake/targets.cmake

index 57d3b7640fffa8f7fc63484a9bd77fba0eace9f1..ecaaaf1818cceb2c6aad98f71ec9a0f5ddafe189 100644 (file)
@@ -37,7 +37,7 @@ function(__target_check)
     idf_build_get_property(idf_target IDF_TARGET)
     if(NOT ${idf_target} STREQUAL ${CONFIG_IDF_TARGET})
         message(FATAL_ERROR "CONFIG_IDF_TARGET in sdkconfig does not match "
-            "IDF_TARGET environement variable. To change the target, delete "
+            "IDF_TARGET environment variable. To change the target, delete "
             "sdkconfig file and build the project again.")
     endif()
 endfunction()
@@ -66,4 +66,4 @@ macro(__target_set_toolchain)
                     "checked ${toolchain_file_global} and ${toolchain_file_component}")
         endif()
     endif()
-endmacro()
\ No newline at end of file
+endmacro()