Skip to content

Commit

Permalink
updated submoudle
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 1, 2024
1 parent 292bf87 commit a357f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rabbitmq-fmu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ else()
find_package(Threads REQUIRED)
set(OPENSSL_ROOT_DIR "C:\\Strawberry\\c\\lib")
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL 1.1.1 REQUIRED)
find_package(OpenSSL 3.0.0 REQUIRED)
target_link_libraries(rabbitmq XercesC::XercesC rabbitmq-static tz rabbitmq-core Threads::Threads OpenSSL::SSL OpenSSL::Crypto -static )
#target_link_libraries(rabbitmq XercesC::XercesC rabbitmq-static tz rabbitmq-core)
endif()
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/rabbitmq-c/rabbitmq-c

0 comments on commit a357f0e

Please sign in to comment.