Merge pull request #3805 from jbeich/cubeb

Unbreak install
This commit is contained in:
James Rowe 2018-06-09 18:14:22 -06:00 committed by GitHub
commit f31c836285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,5 +81,5 @@ endif()
# Cubeb
if(ENABLE_CUBEB)
set(BUILD_TESTS OFF CACHE BOOL "")
add_subdirectory(cubeb)
add_subdirectory(cubeb EXCLUDE_FROM_ALL)
endif()