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/FindOSL.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/FindOSL.cmake')
-rw-r--r--build_files/cmake/Modules/FindOSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/FindOSL.cmake b/build_files/cmake/Modules/FindOSL.cmake
index f22fe32c994..d184215ac9f 100644
--- a/build_files/cmake/Modules/FindOSL.cmake
+++ b/build_files/cmake/Modules/FindOSL.cmake
@@ -95,7 +95,7 @@ IF(OSL_FOUND)
"\\1" OSL_LIBRARY_VERSION_MAJOR ${OSL_LIBRARY_VERSION_MAJOR})
STRING(REGEX REPLACE ".*#define[ \t]+OSL_LIBRARY_VERSION_MINOR[ \t]+([.0-9]+).*"
"\\1" OSL_LIBRARY_VERSION_MINOR ${OSL_LIBRARY_VERSION_MINOR})
-ENDIF(OSL_FOUND)
+ENDIF()
MARK_AS_ADVANCED(
OSL_INCLUDE_DIR