Skip to content

Commit

Permalink
Fix typo in fpp.cmake (#2459)
Browse files Browse the repository at this point in the history
withing -> within
  • Loading branch information
eltociear authored Jan 4, 2024
1 parent 6641547 commit 51b40da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/autocoder/fpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function(fpp_to_modules FILE_LIST OUTPUT_VAR)
# Here we are adding a module to the modules list if all of the following are true:
# 1. Not present already (deduplication)
# 2. Not the current module directory as learned by the path to the autocoder inputs
# 3. Not withing the config directory. Config dependencies are attached to every module automatically.
# 3. Not within the config directory. Config dependencies are attached to every module automatically.
if ("${MODULE_NAME}" IN_LIST OUTPUT_DATA OR CURRENT_MODULE STREQUAL MODULE_NAME OR INCLUDE MATCHES "${FPRIME_CONFIG_DIR}/.*")
continue() # Skip adding to module list
endif()
Expand Down

0 comments on commit 51b40da

Please sign in to comment.