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/CommonNotFound.cmake | |
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/CommonNotFound.cmake')
-rw-r--r-- | Tests/RunCMake/FindBoost/CommonNotFound.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindBoost/CommonNotFound.cmake b/Tests/RunCMake/FindBoost/CommonNotFound.cmake new file mode 100644 index 0000000..864a549 --- /dev/null +++ b/Tests/RunCMake/FindBoost/CommonNotFound.cmake @@ -0,0 +1,2 @@ +# Make sure to use the module mode signature here to not bypass FindBoost +find_package(Boost 1.80 COMPONENTS timer foobar) |