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:
authorAnkit Meel <ankitjmeel@gmail.com>2020-10-12 16:21:48 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2020-10-12 16:21:48 +0300
commitf56c5245d249ce755fb26ae1791de3c6f9dcee44 (patch)
tree1cb974a426a8b7d93ce5c0f0dc42d6fc1f91b2a1 /intern/cycles/cmake
parent370ed6025f45fae4125c0f9f59707235f027fe91 (diff)
Cleanup: CMake: Remove arguments from endif(..)
No functional change. Added in {rB1f6b7387ad01}
Diffstat (limited to 'intern/cycles/cmake')
-rw-r--r--intern/cycles/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/cmake/macros.cmake b/intern/cycles/cmake/macros.cmake
index 6dd40847c11..ff62b816e6c 100644
--- a/intern/cycles/cmake/macros.cmake
+++ b/intern/cycles/cmake/macros.cmake
@@ -90,7 +90,7 @@ function(cycles_link_directories)
if(APPLE)
# APPLE plaform uses full paths for linking libraries, and avoids link_directories.
return()
- endif(APPLE)
+ endif()
if(WITH_OPENCOLORIO)
link_directories(${OPENCOLORIO_LIBPATH})