1
0
Fork 0
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:
scrawl 2015-11-14 17:17:22 +01:00 committed by cc9cii
parent 940e982d65
commit d3caeaf898
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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}