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
This commit is contained in:
parent
1c2ffbb5bc
commit
3d6f10650e
|
@ -87,6 +87,7 @@ ENDIF(WIN32)
|
||||||
SET(SUFFIX_FOR_PATH
|
SET(SUFFIX_FOR_PATH
|
||||||
boost-1_34_1
|
boost-1_34_1
|
||||||
boost-1_34_0
|
boost-1_34_0
|
||||||
|
boost-1_34
|
||||||
boost-1_33_1
|
boost-1_33_1
|
||||||
boost-1_33_0
|
boost-1_33_0
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue