We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b12b1 commit 0028b20Copy full SHA for 0028b20
cmake/FindOpusfile.cmake
@@ -10,11 +10,11 @@
10
11
include (CheckLibraryExists)
12
13
-find_path(OPUSFILE_INCLUDE_DIR opusfile.h PATH_SUFFIX opus)
+find_path(OPUSFILE_INCLUDE_DIR opusfile.h PATH_SUFFIXES opus)
14
15
# opusfile.h includes "opus_multistream.h" instead of "opus/opus_multistream.h"
16
# so we must include the path to opus_multistream.h
17
-find_path(OPUS_MULTISTREAM_DIR opus_multistream.h PATH_SUFFIX opus)
+find_path(OPUS_MULTISTREAM_DIR opus_multistream.h PATH_SUFFIXES opus)
18
19
find_library(OPUSFILE_LIBRARY NAMES opusfile)
20
if (NOT TARGET Ogg::ogg)
0 commit comments