aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindBCG729.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindBCG729.cmake')
-rw-r--r--cmake/modules/FindBCG729.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindBCG729.cmake b/cmake/modules/FindBCG729.cmake
index 3316a95756..2630194f68 100644
--- a/cmake/modules/FindBCG729.cmake
+++ b/cmake/modules/FindBCG729.cmake
@@ -31,7 +31,7 @@ find_library( BCG729_LIBRARY
)
include( FindPackageHandleStandardArgs )
-find_package_handle_standard_args( bcg729 DEFAULT_MSG BCG729_INCLUDE_DIR BCG729_LIBRARY )
+find_package_handle_standard_args( bcg729 DEFAULT_MSG BCG729_LIBRARY BCG729_INCLUDE_DIR )
if( BCG729_FOUND )
set( BCG729_INCLUDE_DIRS ${BCG729_INCLUDE_DIR} )