diff --git a/CMakeLists.txt b/CMakeLists.txt index 02c7cd2d..1e4116a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,11 +202,8 @@ if (MSVC AND MSVC_3RDPARTY_ROOT) message(STATUS "BOOST_INCLUDEDIR is ${BOOST_INCLUDEDIR}") endif() - if (NOT USE_AEONWAVE) - set (OPENAL_INCLUDE_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include) - set (OPENAL_LIBRARY_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib) - message(STATUS "OPENAL_INCLUDE_DIR is ${OPENAL_INCLUDE_DIR}") - endif() + set (OPENAL_INCLUDE_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/include) + set (OPENAL_LIBRARY_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib) endif (MSVC AND MSVC_3RDPARTY_ROOT) if(APPLE)