Browse Source

Update cmake/stm32_gcc.cmake

Julien Staub 3 năm trước cách đây
mục cha
commit
0872d7d849
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      cmake/stm32_gcc.cmake

+ 2 - 1
cmake/stm32_gcc.cmake

@@ -1,5 +1,6 @@
 if(${CMAKE_VERSION} VERSION_LESS "3.16.0") 
-    message(WARNING "Current CMake verision is ${CMAKE_VERSION}. stm32-cmake requires CMake 3.16 or greater")
+    message(WARNING "Current CMake version is ${CMAKE_VERSION}. stm32-cmake requires CMake 3.16 or greater")
+
 endif()
 
 get_filename_component(STM32_CMAKE_DIR ${CMAKE_CURRENT_LIST_FILE} DIRECTORY)