Skip to content

Commit

Permalink
fix: Explicit install OpenSSL for Linux v2
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNg committed May 15, 2024
1 parent 01e5cd6 commit 5d09030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ find_library(TRANTOR
# Copy the python3 related files to the build folder
if (WIN32)
# Copy the whole library
file(COPY ${THIRD_PARTY_PATH}/python DESTINATION ${CMAKE_BINARY_DIR}/Release)
file(COPY ${THIRD_PARTY_PATH}/python DESTINATION ${CMAKE_BINARY_DIR})
else() # APPLE and LINUX
# Copy library files
file(GLOB PYTHON_LIBS ${THIRD_PARTY_PATH}/lib/python*)
Expand Down

0 comments on commit 5d09030

Please sign in to comment.