Skip to content

Commit

Permalink
chore: move to openssl static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkittyy committed Oct 28, 2022
1 parent 6096999 commit a03f67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ if(NOT sfml_POPULATED)
endif()

find_package(OpenGL REQUIRED)

set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL REQUIRED)

# not libs
Expand Down Expand Up @@ -59,8 +61,6 @@ if(WIN32)
$<TARGET_FILE:sfml-network>
$<TARGET_FILE:sfml-system>
$<TARGET_FILE:sfml-main>
$<TARGET_FILE:OpenSSL::SSL>
$<TARGET_FILE:OpenSSL::Crypto>
$<TARGET_FILE_DIR:bq-r>
)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
Expand Down

0 comments on commit a03f67a

Please sign in to comment.