Skip to content

Conversation

@a1exsh
Copy link

@a1exsh a1exsh commented Dec 18, 2025

It was failing like this without that:

-- Checking for module 'sndfile'
--   No package 'sndfile' found
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find SndFile (missing: SndFile_LIBRARY SndFile_INCLUDE_DIR)
  (Required is at least version "1.0.29")
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindSndFile.cmake:28 (find_package_handle_standard_args)
  cmake/DsdaDependencies.cmake:25 (find_package)
  CMakeLists.txt:34 (include)

-- Configuring incomplete, errors occurred!

It was failing like this without that:
```
-- Checking for module 'sndfile'
--   No package 'sndfile' found
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find SndFile (missing: SndFile_LIBRARY SndFile_INCLUDE_DIR)
  (Required is at least version "1.0.29")
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindSndFile.cmake:28 (find_package_handle_standard_args)
  cmake/DsdaDependencies.cmake:25 (find_package)
  CMakeLists.txt:34 (include)

-- Configuring incomplete, errors occurred!
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant