Skip to content

Commit

Permalink
upgrade to otcommon 3
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Feb 2, 2024
1 parent 2a4bee0 commit 393a8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(metier-server)

find_package(
otcommon
2
3
CONFIG
REQUIRED
)
Expand Down
2 changes: 1 addition & 1 deletion src/metier_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set(cxx-sources main.cpp)

add_executable(${PROJECT_NAME} ${cxx-sources})
otcommon_configure_cxx_target(${PROJECT_NAME})
otcommon_configure_target_cxx(${PROJECT_NAME})
otcommon_define_signed_overflow(${PROJECT_NAME})

target_link_libraries(
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variable "tag" { default = "23.3.2" }
variable "tag" { default = "24.0.0" }
variable "opentxs" { default = "1.189.0" }

variable "target_arch" {
Expand Down

0 comments on commit 393a8a9

Please sign in to comment.