We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49f311 commit 04c560cCopy full SHA for 04c560c
1 file changed
server/CMakeLists.txt
@@ -40,7 +40,7 @@ if (LIBSOUP3_FOUND AND GSSDP16_FOUND)
40
pkg_search_module (GSSDP REQUIRED gssdp-1.6)
41
add_definitions(-DHAVE_GSSDP_VERSION_1_6_OR_NEWER)
42
message("Using gssdp-1.6")
43
-else if(GSSDP12_FOUND)
+elseif(GSSDP12_FOUND)
44
pkg_search_module (SOUP REQUIRED libsoup-2.4)
45
pkg_search_module (GSSDP REQUIRED gssdp-1.2)
46
add_definitions(-DHAVE_GSSDP_VERSION_1_2_OR_NEWER)
0 commit comments