diff --git a/CMakeLists.txt b/CMakeLists.txt index 271ba6e3e..62e552c75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ if(NOT DEFINED TGUI_SHARED_LIBS) if(NOT DEFINED BUILD_SHARED_LIBS AND (CMAKE_VERSION VERSION_LESS 3.21 OR PROJECT_IS_TOP_LEVEL) AND NOT TGUI_OS_EMSCRIPTEN) option(BUILD_SHARED_LIBS "ON to build a shared (dynamic) library, OFF to build a static library" ON) elseif(TGUI_OS_ANDROID AND NOT DEFINED BUILD_SHARED_LIBS) - # For backwards compatiblity we will default to a shared library on Android without asking + # For backwards compatibility we will default to a shared library on Android without asking set(BUILD_SHARED_LIBS ON) elseif(TGUI_OS_EMSCRIPTEN) # Emscripten does not support shared libraries diff --git a/doc/footer.html b/doc/footer.html index 076ec5cbc..fc0966a7d 100644 --- a/doc/footer.html +++ b/doc/footer.html @@ -23,7 +23,7 @@ {% include footer.ext %} <{{""}}!{{""}}-{{""}}- --> - +