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>2014-05-15 10:12:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-15 10:16:25 +0400
commitb252915b689f6f9385dbfea926c33f48683ee3cd (patch)
tree50b92b2fad92effc41e6c7e699209b28e0801ee2 /CMakeLists.txt
parentc7ab68f1c4d02136bd70d4a17eaae4b78254db74 (diff)
CMake/SCons: finish removing MSVC2012 references
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd580fb531a..2962b58824d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1540,7 +1540,7 @@ elseif(WIN32)
set(OPENAL ${LIBDIR}/openal)
set(OPENALDIR ${LIBDIR}/openal)
set(OPENAL_INCLUDE_DIR ${OPENAL}/include)
- if(MSVC11 OR MSVC12)
+ if(MSVC12)
set(OPENAL_LIBRARY openal32)
else()
set(OPENAL_LIBRARY wrap_oal)