Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-05 08:02:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-05 08:26:06 +0300
commit3e101759b1b726e3cc16c69b2619cd1d82b00a8e (patch)
treed001df951816b401ea024755cbdb5b290f1d0312 /build_files/cmake/Modules/FindIcuLinux.cmake
parent6d630219ce39e8c1022b2d6732e188675a8d7eee (diff)
Cleanup: remove arguments to ENDIF in CMake files
This is an old convention that hasn't been used by Blender or CMake distributed Find* files for a long time.
Diffstat (limited to 'build_files/cmake/Modules/FindIcuLinux.cmake')
-rw-r--r--build_files/cmake/Modules/FindIcuLinux.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/FindIcuLinux.cmake b/build_files/cmake/Modules/FindIcuLinux.cmake
index e1aaa434533..46e76fface2 100644
--- a/build_files/cmake/Modules/FindIcuLinux.cmake
+++ b/build_files/cmake/Modules/FindIcuLinux.cmake
@@ -124,7 +124,7 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(Icu DEFAULT_MSG
IF(ICU_FOUND)
SET(ICU_LIBRARIES ${ICU_LIBRARY_DATA} ${ICU_LIBRARY_I18N} ${ICU_LIBRARY_IO} ${ICU_LIBRARY_LE} ${ICU_LIBRARY_LX} ${ICU_LIBRARY_TU} ${ICU_LIBRARY_UC})
SET(ICU_INCLUDE_DIRS ${ICU_INCLUDE_DIR})
-ENDIF(ICU_FOUND)
+ENDIF()
MARK_AS_ADVANCED(
ICU_INCLUDE_DIR