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:
authorMartijn Berger <martijn.berger@gmail.com>2016-05-31 15:16:29 +0300
committerMartijn Berger <martijn.berger@gmail.com>2016-05-31 15:16:29 +0300
commit19cfc84328ba8b658c2518721dee253cb93432c2 (patch)
treee0cc3a93e61809efd8f092a3a399dc348833d331 /CMakeLists.txt
parent9725661c602c1823d12a7d6fbc54609f150aeac6 (diff)
CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 and 2015
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 2b40b9268fc..b558fe14820 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)