We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81927de + 7d09040 commit b8899ecCopy full SHA for b8899ec
CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
14
project(
15
boost_redis
16
- VERSION 1.4.1
+ VERSION 1.4.2
17
DESCRIPTION "A redis client library"
18
HOMEPAGE_URL "https://boostorg.github.io/redis/"
19
LANGUAGES CXX
cmake/BoostRedisConfig.cmake.in
@@ -1,4 +1,4 @@
1
@PACKAGE_INIT@
2
3
-include("${CMAKE_CURRENT_LIST_DIR}/Aedis.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@.cmake")
4
check_required_components("@PROJECT_NAME@")
0 commit comments