mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-04 00:14:12 +00:00
fixes cmake build error (missing openssl symbols)
This commit is contained in:
parent
9cd355812a
commit
922c810a3d
@ -187,6 +187,8 @@ install(FILES "${PROJECT_BINARY_DIR}/libwebfuse-provider.pc" DESTINATION lib${LI
|
|||||||
|
|
||||||
# examples
|
# examples
|
||||||
|
|
||||||
|
pkg_check_modules(OPENSSL REQUIRED openssl)
|
||||||
|
|
||||||
if(NOT WITHOUT_EXAMPLE)
|
if(NOT WITHOUT_EXAMPLE)
|
||||||
|
|
||||||
# libuserdb
|
# libuserdb
|
||||||
@ -231,9 +233,6 @@ target_compile_options(webfuse-provider-app PUBLIC ${EXTRA_CFLAGS})
|
|||||||
|
|
||||||
# webfuse-passwd
|
# webfuse-passwd
|
||||||
|
|
||||||
pkg_check_modules(OPENSSL REQUIRED openssl)
|
|
||||||
|
|
||||||
|
|
||||||
add_executable(webfuse-passwd
|
add_executable(webfuse-passwd
|
||||||
example/passwd/main.c
|
example/passwd/main.c
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user