summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-03 19:57:53 (GMT)
committerDennis Klein <d.klein@gsi.de>2019-05-07 14:08:55 (GMT)
commita3159775954772e25f3785775b89e0147382c939 (patch)
tree4eb2f55ed419d22dcd304503d8bcdded237d4252 /Tests
parent24342d5ef772b9873c0f041fb422503acc06ff50 (diff)
downloadCMake-a3159775954772e25f3785775b89e0147382c939.zip
CMake-a3159775954772e25f3785775b89e0147382c939.tar.gz
CMake-a3159775954772e25f3785775b89e0147382c939.tar.bz2
FindBoost: Fix and modernize config mode with FPHSA
Fixes: #19186
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/FindBoost/CMakePackage-stdout.txt5
-rw-r--r--Tests/RunCMake/FindBoost/CMakePackage/BoostConfig.cmake1
2 files changed, 3 insertions, 3 deletions
diff --git a/Tests/RunCMake/FindBoost/CMakePackage-stdout.txt b/Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
index 664e4a5..0a67488 100644
--- a/Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
+++ b/Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
@@ -1,3 +1,2 @@
--- Boost 1\.12345 found\.
--- Found Boost components:
- date_time
+-- Found Boost: [^
+]* \(found suitable version "1\.12345", minimum required is "1\.12345"\) found components: date_time
diff --git a/Tests/RunCMake/FindBoost/CMakePackage/BoostConfig.cmake b/Tests/RunCMake/FindBoost/CMakePackage/BoostConfig.cmake
index e69de29..d13bbf3 100644
--- a/Tests/RunCMake/FindBoost/CMakePackage/BoostConfig.cmake
+++ b/Tests/RunCMake/FindBoost/CMakePackage/BoostConfig.cmake
@@ -0,0 +1 @@
+set(Boost_DATE_TIME_FOUND 1)