BUG: Fix FindBoost versioned find
commit763d1e3ab409f9f4142d7ee933c84ef116377e1d
authorking <king>
Tue, 16 Sep 2008 14:30:32 +0000 (16 14:30 +0000)
committerking <king>
Tue, 16 Sep 2008 14:30:32 +0000 (16 14:30 +0000)
tree8f3b0e854e378e5f1af5612731b34c496334e214
parent671f492858dbf2bc6f03a84082dc508892ead9d9
BUG: Fix FindBoost versioned find

To locate the boost include directory, all search paths and versioned
path suffixes should be passed to one call of FIND_PATH.  Previously the
test for one version would find an unversioned system boost even when
the user set BOOST_ROOT (since the NO_DEFAULT_PATH option is not used).
See issue #7456.
Modules/FindBoost.cmake