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:
Diffstat (limited to 'CMake/macros.cmake')
-rw-r--r--CMake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/macros.cmake b/CMake/macros.cmake
index 1e8fe391918..73458d7312e 100644
--- a/CMake/macros.cmake
+++ b/CMake/macros.cmake
@@ -140,7 +140,7 @@ MACRO(SETUP_LIBLINKS
TARGET_LINK_LIBRARIES(${target} debug ${loop_var}_d)
TARGET_LINK_LIBRARIES(${target} optimized ${loop_var})
ENDFOREACH(loop_var)
- ELSEIF(WIN32)
+ ELSE(WIN32)
TARGET_LINK_LIBRARIES(${target} ${OPENEXR_LIB})
ENDIF(WIN32)
ENDIF(WITH_OPENEXR)