diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index c7dcb5863..a94deb3df 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -450,6 +450,8 @@ if( VPX_FOUND ) add_definitions( "-DUSE_LIBVPX=1" ) include_directories( "${VPX_INCLUDE_DIR}" ) set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} ${VPX_LIBRARIES} ) +else() + message( SEND_ERROR "Could not find libvpx" ) endif()