FindSDL: Use same capitalization for FPHSA as file name

This commit is contained in:
Benjamin Eikel 2012-09-04 15:56:19 +02:00 committed by Brad King
parent cfe5b87e8c
commit 326becad31
1 changed files with 1 additions and 1 deletions

View File

@ -394,6 +394,6 @@ endif()
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(SDL_SOUND
FIND_PACKAGE_HANDLE_STANDARD_ARGS(SDL_sound
REQUIRED_VARS SDL_SOUND_LIBRARIES SDL_SOUND_INCLUDE_DIR
VERSION_VAR SDL_SOUND_VERSION_STRING)