Skip to content

fix(cmake): fix comment typo, lowercase CMake commands in options.cmake - #50

Merged
mrjimenez merged 1 commit into
amule-org:masterfrom
mrjimenez:fix/options-cmake-style
Jun 10, 2026
Merged

fix(cmake): fix comment typo, lowercase CMake commands in options.cmake#50
mrjimenez merged 1 commit into
amule-org:masterfrom
mrjimenez:fix/options-cmake-style

Conversation

@mrjimenez

@mrjimenez mrjimenez commented Jun 10, 2026

Copy link
Copy Markdown

Summary

  • Fix truncated en- to enabling in the file header comment.
  • Convert ADD_COMPILE_DEFINITIONS, IF, and ENDIF to lowercase to match the consistent style used throughout the rest of the file.

The BUILD_ED2K/BUILD_EVERYTHING inconsistency and the NOT (A OR B OR ...) refactoring suggestions were reviewed and intentionally skipped: BUILD_ED2K already defaults to ON so it needs no explicit override in BUILD_EVERYTHING, and the existing boolean expression is adequately explained by its surrounding comment.

Test plan

  • CMake configure passes without warnings

Fix truncated "en-" to "enabling" in the file header comment. Convert
ADD_COMPILE_DEFINITIONS, IF, and ENDIF to lowercase to match the
consistent style used throughout the rest of the file.
@mrjimenez
mrjimenez merged commit 1cc4f7e into amule-org:master Jun 10, 2026
10 checks passed
@mrjimenez
mrjimenez deleted the fix/options-cmake-style branch June 10, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant