Skip to content

Commit

Permalink
fix whitespaces in cmake (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Mamontov <[email protected]>
  • Loading branch information
Xavrax and parfeon authored May 9, 2024
1 parent 48d44e2 commit 5f5ead9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ else()
endif()
endif()

string(STRIP ${LDLIBS} LDLIBS)
target_link_libraries(pubnub ${LDLIBS} ${OPENSSL_LINK_LIBRARIES})

if (WITH_CPP)
Expand Down

0 comments on commit 5f5ead9

Please sign in to comment.