Skip to content

Commit

Permalink
Fix Github Actions Workflow for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
nav-mohan committed Feb 5, 2025
1 parent ab54495 commit 91f3d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/src/third-party/libb64/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ add_library(b64 STATIC EXCLUDE_FROM_ALL
${CMAKE_CURRENT_SOURCE_DIR}/src/cencode.c
${CMAKE_CURRENT_SOURCE_DIR}/src/cdecode.c
)
set_target_properties(b64 PROPERTIES
POSITION_INDEPENDENT_CODE ON
)

target_compile_definitions(b64 PUBLIC
-DBUFFERSIZE=${BUFFERSIZE}
)
Expand Down

0 comments on commit 91f3d0b

Please sign in to comment.