Skip to content

Commit

Permalink
remove takatori transient dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Dec 14, 2024
1 parent d387341 commit 8b28d27
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 2019-2023 Project Tsurugi.
# Copyright 2019-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 @@ -45,7 +45,7 @@ endif()

find_package(Threads REQUIRED)
find_package(Boost
COMPONENTS filesystem thread system container stacktrace_backtrace serialization
COMPONENTS filesystem thread system container serialization
REQUIRED
)
find_package(glog REQUIRED)
Expand Down

0 comments on commit 8b28d27

Please sign in to comment.