diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-01-10 18:52:19 -0500 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-01-10 18:52:19 -0500 |
commit | 3d6f10650eb10f532f5e2850c72cfad93c9f652e (patch) | |
tree | 01c7de9904aae2243c9c5a8e1c2041d3b2c04233 /Modules/FindBoost.cmake | |
parent | 1c2ffbb5bcfccf4f51869b86fd81b1f692262a07 (diff) | |
download | cmake-3d6f10650eb10f532f5e2850c72cfad93c9f652e.tar.gz |
BUG: it seems on some installations boost is installed under boost-1_34 ,
see #5030
FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ?
Alex
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r-- | Modules/FindBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index a551fbed4e..2de8239c77 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -87,6 +87,7 @@ ENDIF(WIN32) SET(SUFFIX_FOR_PATH boost-1_34_1 boost-1_34_0 + boost-1_34 boost-1_33_1 boost-1_33_0 ) |