Commit: 19cfc84328ba8b658c2518721dee253cb93432c2
Author: Martijn Berger
Date:   Tue May 31 14:16:29 2016 +0200
Branches: master
https://developer.blender.org/rB19cfc84328ba8b658c2518721dee253cb93432c2

CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 and 
2015

===================================================================

M       CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b40b92..b558fe1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1959,7 +1959,7 @@ elseif(WIN32)
                set(OPENAL ${LIBDIR}/openal)
                set(OPENALDIR ${LIBDIR}/openal)
                set(OPENAL_INCLUDE_DIR ${OPENAL}/include)
-               if(MSVC12)
+               if(MSVC)
                        set(OPENAL_LIBRARY openal32)
                else()
                        set(OPENAL_LIBRARY wrap_oal)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to