diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindVPX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindVPX.cmake b/cmake/modules/FindVPX.cmake index dfe30fc..af22296 100644 --- a/cmake/modules/FindVPX.cmake +++ b/cmake/modules/FindVPX.cmake @@ -18,6 +18,7 @@ INCLUDE(FindZLIB) SET(VPX_FOUND "NO") +SET(VPX_LIBRARY "") FIND_PATH(VPX_VPX_INCLUDE_DIR vp8cx.h /usr/local/include/vpx |