Skip to content

Commit

Permalink
Remove unnecessary SLINT_STYLE declarations
Browse files Browse the repository at this point in the history
When built with freestanding, the style default is not based on the host operating system anymore.
  • Loading branch information
tronical committed Sep 20, 2024
1 parent 0028e96 commit ad701d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions stm32h735g-dk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ enable_language(C CXX ASM)
project(${CMAKE_PROJECT_NAME})
message("Build type: " ${CMAKE_BUILD_TYPE})

set(SLINT_STYLE "fluent-light")

list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

set(SLINT_TARGET_ARCHITECTURE thumbv7em-none-eabihf)
Expand Down
2 changes: 0 additions & 2 deletions stm32h747i-disco/CM7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ include("../gcc-arm-none-eabi.cmake")
set(CMAKE_PROJECT_NAME slint-cpp-template-stm32h747i-disco_CM7)
project(${CMAKE_PROJECT_NAME})

set(SLINT_STYLE "fluent-light")

list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")

set(SLINT_TARGET_ARCHITECTURE thumbv7em-none-eabihf)
Expand Down

0 comments on commit ad701d0

Please sign in to comment.