Skip to content

Commit

Permalink
Revert silencing CMP0177 (not backwards compatible with cmake < 3.31)
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Dec 23, 2024
1 parent d27d549 commit 9a1c625
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/lib/esp-serial-flasher
2 changes: 1 addition & 1 deletion firmware/lib/patch-serial
Submodule patch-serial updated 1 files
+1 −1 ryml/rapidyaml
1 change: 0 additions & 1 deletion simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ add_subdirectory(lvgl_drv)
# #################### LVGL ############################################

get_filename_component(LV_CONF_DIR ${LV_CONF_PATH} DIRECTORY)
cmake_policy(SET CMP0177 OLD)
include(${LVGL_DIR}/CMakeLists.txt)
target_include_directories(lvgl PRIVATE
${FWDIR}/lib/fatfs/source
Expand Down

0 comments on commit 9a1c625

Please sign in to comment.