From 27043d2be008fa9395b900f9949031237cec9d6c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 30 Jan 2024 00:44:54 +0100 Subject: [PATCH] Fix typo in comment --- cmake/modules/BasicConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/BasicConfig.cmake b/cmake/modules/BasicConfig.cmake index dc9a696..5b985a7 100644 --- a/cmake/modules/BasicConfig.cmake +++ b/cmake/modules/BasicConfig.cmake @@ -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")