]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Fix ENABLE_NLS comment too
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 2 Jul 2024 15:43:56 +0000 (18:43 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 2 Jul 2024 19:39:46 +0000 (22:39 +0300)
Fixes: 29f77c7b707f2458fb047e77497354b195e05b14
CMakeLists.txt

index edc31b321f519c37adb671725cbb2b1a10591a24..40cbdb6d5f5342dbd7fbb02dcfec2167fb7d1a46 100644 (file)
@@ -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)