diff --git a/CMakeLists.txt b/CMakeLists.txt index 15248eba..3efac2e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -369,7 +369,9 @@ if(WIN32) move_dll(${LOVR_GLFW}) move_dll(${LOVR_LUA}) move_dll(${LOVR_ODE}) - move_dll(${LOVR_OPENAL}) + if (LOVR_OPENAL) + move_dll(${LOVR_OPENAL}) + endif() move_dll(${LOVR_OPENVR}) move_dll(${LOVR_PHYSFS}) endif()