Skip to content

Commit 22bacbd

Browse files
committed
Simplifies the CMakeLists.txt.
1 parent 2982f83 commit 22bacbd

21 files changed

+122
-293
lines changed

CMakeLists.txt

Lines changed: 85 additions & 280 deletions
Large diffs are not rendered by default.

examples/cpp17_intro.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#include <boost/asio/detached.hpp>
99
#include <iostream>
1010

11-
#include <boost/redis/src.hpp>
12-
1311
namespace net = boost::asio;
1412
using boost::redis::connection;
1513
using boost::redis::request;

examples/cpp17_intro_sync.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
#include <string>
1010
#include <iostream>
1111

12-
// Include this in no more than one .cpp file.
13-
#include <boost/redis/src.hpp>
14-
1512
namespace net = boost::asio;
1613
using boost::redis::sync_connection;
1714
using boost::redis::request;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)