diff options
| author | Brad King <brad.king@kitware.com> | 2016-11-29 13:59:20 (GMT) |
|---|---|---|
| committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-29 13:59:20 (GMT) |
| commit | 325e452ea2d9b3224ade47eda24e44bf00a8306d (patch) | |
| tree | ed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindOpenAL.cmake | |
| parent | 9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff) | |
| parent | 745b56f58c8147aa6015a918f3bfd19abc807b48 (diff) | |
| download | CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.zip CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.bz2 | |
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA
0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly
703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindOpenAL.cmake')
| -rw-r--r-- | Modules/FindOpenAL.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindOpenAL.cmake b/Modules/FindOpenAL.cmake index 1abb0d6..8622b4c 100644 --- a/Modules/FindOpenAL.cmake +++ b/Modules/FindOpenAL.cmake @@ -92,8 +92,6 @@ find_library(OPENAL_LIBRARY unset(_OpenAL_ARCH_DIR) -# handle the QUIETLY and REQUIRED arguments and set OPENAL_FOUND to TRUE if -# all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(OpenAL DEFAULT_MSG OPENAL_LIBRARY OPENAL_INCLUDE_DIR) |
