Skip to content

Commit

Permalink
Update cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
Giung951 committed Apr 25, 2022
1 parent 156649c commit fadba6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(pico_sdk_import.cmake)
include(wizfi360_evb_pico_c_sdk_version.cmake)

# Set project name
set(PROJECT_NAME WIZFI360-EVB-PICO-C)
set(PROJECT_NAME WizFi360-EVB-Pico-C)

# Set project informations
project(${PROJECT_NAME} C CXX ASM)
Expand Down
2 changes: 1 addition & 1 deletion wizfi360_evb_pico_c_sdk_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set(WIZFI360-EVB-PICO-C_SDK_VERSION_REVISION 0)
# WIZFI360-EVB-PICO-C_BUILD_DEFINE: WIZFI360-EVB-PICO-C_SDK_VERSION_STRING, SDK version
set(WIZFI360-EVB-PICO-C_SDK_VERSION_STRING "${WIZFI360-EVB-PICO-C_SDK_VERSION_MAJOR}.${WIZFI360-EVB-PICO-C_SDK_VERSION_MINOR}.${WIZFI360-EVB-PICO-C_SDK_VERSION_REVISION}")

message(STATUS "WIZFI360-EVB-PICO-C SDK version is ${WIZFI360-EVB-PICO-C_SDK_VERSION_STRING}")
message(STATUS "WizFi360-EVB-Pico-C SDK version is ${WIZFI360-EVB-PICO-C_SDK_VERSION_STRING}")

0 comments on commit fadba6e

Please sign in to comment.