aboutsummaryrefslogtreecommitdiffstats
path: root/community/icinga2/boost.patch
blob: 0d8be6b7dde39f21bfd383f5e9006272c1017be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/third-party/cmake/BoostTestTargets.cmake b/third-party/cmake/BoostTestTargets.cmake
index 8c26324..e99515f 100644
--- a/third-party/cmake/BoostTestTargets.cmake
+++ b/third-party/cmake/BoostTestTargets.cmake
@@ -47,7 +47,7 @@ set(BOOST_TEST_TARGET_PREFIX "boosttest")
 if(NOT Boost_FOUND)
 	find_package(Boost 1.34.0 QUIET)
 endif()
-if("${Boost_VERSION}0" LESS "1034000")
+if("${Boost_VERSION}0" LESS "1.34.0")
 	set(_shared_msg
 		"NOTE: boost::test-based targets and tests cannot "
 		"be added: boost >= 1.34.0 required but not found. "