diff options
author | Dennis Klein <d.klein@gsi.de> | 2019-05-03 20:09:36 (GMT) |
---|---|---|
committer | Dennis Klein <d.klein@gsi.de> | 2019-05-07 15:19:46 (GMT) |
commit | 634f6ea159d917a048a1591ee34a06677b538a22 (patch) | |
tree | 6557801a4b2f899406e705d8807130c4a30b40d8 /Tests/RunCMake/FindBoost/CommonResults-stdout.txt | |
parent | a22dd5d8be7336152e5cd99b364265e7afcec083 (diff) | |
download | CMake-634f6ea159d917a048a1591ee34a06677b538a22.zip CMake-634f6ea159d917a048a1591ee34a06677b538a22.tar.gz CMake-634f6ea159d917a048a1591ee34a06677b538a22.tar.bz2 |
FindBoost: Add new unit tests
Diffstat (limited to 'Tests/RunCMake/FindBoost/CommonResults-stdout.txt')
-rw-r--r-- | Tests/RunCMake/FindBoost/CommonResults-stdout.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindBoost/CommonResults-stdout.txt b/Tests/RunCMake/FindBoost/CommonResults-stdout.txt new file mode 100644 index 0000000..a560843 --- /dev/null +++ b/Tests/RunCMake/FindBoost/CommonResults-stdout.txt @@ -0,0 +1,13 @@ +-- Found Boost: [^ +]* \(found suitable version "1\.70\.0", minimum required is "1\.60"\) found components: .*timer.* +-- Boost_FOUND +-- Boost_VERSION=(107000|1\.70\.0) +-- Boost_VERSION_MAJOR=1 +-- Boost_VERSION_MINOR=70 +-- Boost_VERSION_PATCH=0 +-- Boost_VERSION_COUNT=3 +-- Boost::headers +-- Boost::boost +-- Boost::chrono +-- Boost::timer +(-- Boost::system)? |