From: Lasse Collin Date: Tue, 2 Jul 2024 15:43:56 +0000 (+0300) Subject: CMake: Fix ENABLE_NLS comment too X-Git-Tag: v5.7.1alpha~136 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=24f0f7e399de03bb2ff675d97b723d14f17ed6ac;p=thirdparty%2Fxz.git CMake: Fix ENABLE_NLS comment too Fixes: 29f77c7b707f2458fb047e77497354b195e05b14 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index edc31b32..40cbdb6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -313,7 +313,7 @@ endif() # Translation support requires CMake 3.20 because it added the Intl::Intl # target so we don't need to play with the individual variables. # -# The definition XZ_NLS is added only to those targets that use it, thus +# The definition ENABLE_NLS is added only to those targets that use it, thus # it's not done here. (xz has translations, xzdec doesn't.) if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20") find_package(Intl)