Skip to content

Commit

Permalink
CMake: Fix ENABLE_NLS comment too
Browse files Browse the repository at this point in the history
Fixes: 29f77c7
  • Loading branch information
Larhzu committed Jul 2, 2024
1 parent a0df067 commit 24f0f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24f0f7e

Please sign in to comment.