aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-18 11:20:18 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-18 11:22:27 +0100
commit342412a11405931d46667b179b9e861b8ed39875 (patch)
tree4dbe0a0664ae2cac11fe811ef6dafa4297b148b7 /CMakeLists.txt
parent660472c366c119f09d46d25f1eaeb139e9ec09df (diff)
downloadwanda-342412a11405931d46667b179b9e861b8ed39875.tar.xz
wanda-342412a11405931d46667b179b9e861b8ed39875.zip
wanda: replace boost::iterator with range v3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79b8421..42d2c2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,6 +58,7 @@ add_wanda_library(NAME "wanda"
LIBRARIES
"CONAN_PKG::asio"
"CONAN_PKG::spdlog"
+ "CONAN_PKG::range-v3"
"SYSTEM::C++FS"
"Threads::Threads"
)