Skip to content

Commit b9395b4

Browse files
committed
Use BxDecay0 1.0.6
1 parent c003f13 commit b9395b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Core Libraries Required
352352

353353
* Ubuntu 20.04 provides version 5.12.8 (libqt5core5a, libqt5gui5, libqt5widgets5)
354354

355-
* BxDecay0 1.0.2 (optional, see below) : https://github.com/BxCppDev/bxdecay0
355+
* BxDecay0 1.0.6 (optional, see below) : https://github.com/BxCppDev/bxdecay0
356356

357357
You must install BxDecay0 by yourself.
358358

cmake/BayeuxDependencies.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
message( STATUS "[info] Define Bayeux dependencies")
33

44
if(Bayeux_WITH_BXDECAY0)
5-
set(BAYEUX_BXDECAY0_MIN_VERSION "1.0.5")
5+
set(BAYEUX_BXDECAY0_MIN_VERSION "1.0.6")
66
find_package(BxDecay0 ${BAYEUX_BXDECAY0_MIN_VERSION} REQUIRED CONFIG)
77
message(STATUS "Found BxDecay0 ${BxDecay0_VERSION}")
88
message(STATUS " - BxDecay0 include dirs : '${BxDecay0_INCLUDE_DIRS}'")

0 commit comments

Comments
 (0)