summaryrefslogtreecommitdiffstats
path: root/cmake/Findmpg123.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Findmpg123.cmake')
-rw-r--r--cmake/Findmpg123.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/Findmpg123.cmake b/cmake/Findmpg123.cmake
index 365d65ff..c6fe56bb 100644
--- a/cmake/Findmpg123.cmake
+++ b/cmake/Findmpg123.cmake
@@ -26,8 +26,6 @@ find_library(mpg123_LIBRARIES NAMES mpg123 mpg123-0
set(mpg123_CFLAGS "${PKG_MPG123_CFLAGS_OTHER}" CACHE STRING "CFLAGS of mpg123")
-# handle the QUIETLY and REQUIRED arguments and set mpg123_FOUND to TRUE if
-# all listed variables are TRUE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(mpg123 DEFAULT_MSG mpg123_LIBRARIES mpg123_INCLUDE_DIR)