From 19cfc84328ba8b658c2518721dee253cb93432c2 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Tue, 31 May 2016 14:16:29 +0200 Subject: CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 and 2015 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3