Skip to content

Commit

Permalink
Set zswag version to 1.6.7post1 so pyzswacl requirement can be fulfil…
Browse files Browse the repository at this point in the history
…led.
  • Loading branch information
josephbirkner committed Jun 13, 2024
1 parent 829ba46 commit d698e93
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 @@ -23,7 +23,7 @@ project(zswag)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(ZSWAG_VERSION 1.6.7)
set(ZSWAG_VERSION 1.6.7post1)

option(ZSWAG_BUILD_WHEELS "Enable zswag whl-output to WHEEL_DEPLOY_DIRECTORY." ON)
option(ZSWAG_KEYCHAIN_SUPPORT "Enable zswag keychain support." ON)
Expand Down

0 comments on commit d698e93

Please sign in to comment.