Skip to content

Commit

Permalink
Fix typo in CMake option name (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign authored Jan 13, 2023
1 parent 8b501ba commit e97453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ option(WITH_UI "Build GTK-2 UI support." ON)
option(WITH_SSL "Build SSL support." ON)
option(WITH_MYSQL "Build MySQL support." ON)
option(WITH_SQLITE "Build Sqlite support." ON)
option(WITH_APACHE "Build Apach modules." ON)
option(WITH_APACHE "Build Apache modules." ON)
option(WITH_NEKOML "Build NekoML." ON)

# Process common headers in libraries
Expand Down

0 comments on commit e97453d

Please sign in to comment.