Fix typo in comment

This commit is contained in:
Martchus 2024-01-30 00:44:54 +01:00
parent b526d79eaf
commit 27043d2be0
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ if (NOT META_NO_INSTALL_TARGETS AND ENABLE_INSTALL_TARGETS)
endif ()
# determine library directory suffix - Applications might be built as libraries under some platforms (eg. Android). Hence
# this is part of BasicConfig and not LibraryConfig.
# this is part of BasicConfig and not LibraryTarget.
set(LIB_SUFFIX
""
CACHE STRING "specifies the general suffix for the library directory")