summaryrefslogtreecommitdiffstats
path: root/cmake/Findopusfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Findopusfile.cmake')
-rw-r--r--cmake/Findopusfile.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/Findopusfile.cmake b/cmake/Findopusfile.cmake
index 43d285eb..faae7645 100644
--- a/cmake/Findopusfile.cmake
+++ b/cmake/Findopusfile.cmake
@@ -52,9 +52,6 @@ if (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
set(OPUSFILE_FOUND TRUE)
endif (OPUSFILE_INCLUDE_DIRS AND OPUSFILE_LIBRARIES)
-
-# handle the QUIETLY and REQUIRED arguments and set Opusfile_FOUND to TRUE if
-# all listed variables are TRUE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(opusfile DEFAULT_MSG OPUSFILE_INCLUDE_DIRS OPUSFILE_LIBRARIES)