Skip to content

Commit

Permalink
do not use a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 9, 2024
1 parent ea797cd commit b8e16af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -32,7 +32,8 @@ pkg_check_modules(PULSE REQUIRED IMPORTED_TARGET libpulse-simple)

find_package(sonivox 3.6.12 CONFIG)
if (NOT sonivox_FOUND)
add_subdirectory(sonivox)
message(FATAL_ERROR "Sonivox library not found")
#add_subdirectory(sonivox)
endif()
message(STATUS "Using Sonivox version: ${sonivox_VERSION}")
add_subdirectory(libsvoxeas)
Expand Down

0 comments on commit b8e16af

Please sign in to comment.