mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 05:09:43 +00:00
Remove unused SOUND_INPUT_INCLUDES cmake variable.
(cherry picked from commit 0220e82259
)
Conflicts:
apps/openmw/CMakeLists.txt
This commit is contained in:
parent
940e982d65
commit
d3caeaf898
2 changed files with 3 additions and 3 deletions
|
@ -119,8 +119,6 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
set(SOUND_INPUT_LIBRARY ${FFMPEG_LIBRARIES})
|
||||
|
||||
# TinyXML
|
||||
option(USE_SYSTEM_TINYXML "Use system TinyXML library instead of internal." OFF)
|
||||
if(USE_SYSTEM_TINYXML)
|
||||
|
|
|
@ -109,7 +109,6 @@ endif ()
|
|||
# Sound stuff - here so CMake doesn't stupidly recompile EVERYTHING
|
||||
# when we change the backend.
|
||||
include_directories(
|
||||
${SOUND_INPUT_INCLUDES}
|
||||
${FFMPEG_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
@ -126,6 +125,9 @@ target_link_libraries(openmw
|
|||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_WAVE_LIBRARY}
|
||||
${OPENAL_LIBRARY}
|
||||
${FFMPEG_LIBRARIES}
|
||||
${BULLET_LIBRARIES}
|
||||
${MYGUI_LIBRARIES}
|
||||
${SDL2_LIBRARY}
|
||||
${MYGUI_PLATFORM_LIBRARIES}
|
||||
|
|
Loading…
Reference in a new issue