diff options
author | Dennis Klein <d.klein@gsi.de> | 2019-05-03 18:23:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-13 15:57:12 (GMT) |
commit | 5108759ed2bb211105f02fcc857fc89f3db768f0 (patch) | |
tree | da3ffd543d18d689344268d19d208f416fa8540b /Tests/RunCMake/FindBoost/CMP0093-NEW.cmake | |
parent | f9feab40a195716a6bba11b39a809a18830df956 (diff) | |
download | CMake-5108759ed2bb211105f02fcc857fc89f3db768f0.zip CMake-5108759ed2bb211105f02fcc857fc89f3db768f0.tar.gz CMake-5108759ed2bb211105f02fcc857fc89f3db768f0.tar.bz2 |
FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format
This aligns module mode behaviour with config mode.
Diffstat (limited to 'Tests/RunCMake/FindBoost/CMP0093-NEW.cmake')
-rw-r--r-- | Tests/RunCMake/FindBoost/CMP0093-NEW.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindBoost/CMP0093-NEW.cmake b/Tests/RunCMake/FindBoost/CMP0093-NEW.cmake new file mode 100644 index 0000000..64f44d2 --- /dev/null +++ b/Tests/RunCMake/FindBoost/CMP0093-NEW.cmake @@ -0,0 +1,2 @@ +cmake_policy(SET CMP0093 NEW) +include(ModuleMode.cmake) |