Skip to content

Commit

Permalink
Remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy1024 committed Aug 8, 2024
1 parent 42f7a51 commit f297222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/im/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include_directories(${PROJECT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR})
pkg_check_modules(OpenAL REQUIRED openal)
pkg_check_modules(sqlite3 REQUIRED sqlite3)
pkg_check_modules(exif REQUIRED libexif)
pkg_check_modules(OpenSSL REQUIRED libssl libcrypto)
# pkg_check_modules(OpenSSL REQUIRED libssl libcrypto)
pkg_check_modules(JPEG REQUIRED libjpeg)


Expand Down

0 comments on commit f297222

Please sign in to comment.