Skip to content

Commit

Permalink
remove transitive dependency from takatori
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Dec 18, 2024
1 parent c394d28 commit 081a007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2023 Project Tsurugi.
# Copyright 2018-2024 Project Tsurugi.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -66,7 +66,7 @@ find_package(glog REQUIRED)
find_package(gflags REQUIRED)
find_package(Threads REQUIRED)
find_package(Boost
COMPONENTS filesystem thread system container stacktrace_backtrace
COMPONENTS filesystem thread system container
REQUIRED
)
find_package(Protobuf REQUIRED)
Expand Down

0 comments on commit 081a007

Please sign in to comment.