Skip to content

Commit ffb941b

Browse files
committed
Try disabling LibDataChannel RUNTIME_DEPENDENCY_SET
1 parent 5ab72e4 commit ffb941b

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
cmake --build build --config Release
4646
cmake --install build
4747
48-
- name: Add OpenSSL to path
49-
shell: bash
50-
run: echo "C:\\Program Files\\OpenSSL\\bin" >> $GITHUB_PATH
51-
5248
- uses: dtolnay/rust-toolchain@stable
5349
name: Install Rust
5450

client/cmake/ConfigureCPack.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ if (WIN32)
88
IMPORTED_RUNTIME_ARTIFACTS LibDataChannel::LibDataChannel
99
RUNTIME_DEPENDENCY_SET DATACHANNEL_SET
1010
LIBRARY DESTINATION bin)
11-
install(
12-
RUNTIME_DEPENDENCY_SET DATACHANNEL_SET
13-
PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" "hvsifiletrust" "C:/msys64/mingw64/bin.*" ".*/msys64/mingw64/bin.*"
14-
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" ".*/msys64/mingw64/bin.*"
15-
POST_INCLUDE_FILES "C:/windows/system32/libssl-3-x64.dll" "C:/windows/system32/libcrypto-3-x64.dll" # There should be a better way than to force include OpenSSL
16-
LIBRARY DESTINATION bin)
11+
# install(
12+
# RUNTIME_DEPENDENCY_SET DATACHANNEL_SET
13+
# PRE_EXCLUDE_REGEXES "api-ms-" "ext-ms-" "hvsifiletrust" "C:/msys64/mingw64/bin.*" ".*/msys64/mingw64/bin.*"
14+
# POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" ".*/msys64/mingw64/bin.*"
15+
# POST_INCLUDE_FILES "C:/windows/system32/libssl-3-x64.dll" "C:/windows/system32/libcrypto-3-x64.dll" # There should be a better way than to force include OpenSSL
16+
# LIBRARY DESTINATION bin)
1717
endif ()
1818

1919
qt_generate_deploy_qml_app_script(

0 commit comments

Comments
 (0)