MantisBT - CMake
View Issue Details
0008173CMakeCMakepublic2008-11-25 11:372009-01-16 04:20
Christian Ehrlicher 
Philip Lowman 
normalmajoralways
closedduplicate 
CMake-2-6 
 
0008173: FindBoost is looking for the wrong include directory on windows.
This assumption in FindBoost.cmake is wrong:

      if (WIN32 AND NOT CYGWIN)
        set(_boost_PATH_SUFFIX boost_${_boost_VER})
      else (WIN32 AND NOT CYGWIN)
        set(_boost_PATH_SUFFIX boost-${_boost_VER})
      endif (WIN32 AND NOT CYGWIN)

I've installed boost with bjam and the include directory is named boost-1.37, not boost_1.37

See also my report here: http://www.cmake.org/pipermail/cmake/2008-November/025473.html [^]
No tags attached.
duplicate of 0007493closed Philip Lowman FindBoost needs to handle directory names like boost-1_36 and boost_1_36. 
Issue History
2008-11-25 11:37Christian EhrlicherNew Issue
2009-01-15 13:01Bill HoffmanStatusnew => assigned
2009-01-15 13:01Bill HoffmanAssigned To => Philip Lowman
2009-01-16 04:20Philip LowmanRelationship addedduplicate of 0007493
2009-01-16 04:20Philip LowmanNote Added: 0014584
2009-01-16 04:20Philip LowmanStatusassigned => closed
2009-01-16 04:20Philip LowmanResolutionopen => duplicate

Notes
(0014584)
Philip Lowman   
2009-01-16 04:20   
This regression has been fixed in latest CVS. See Issue 0007493 for more details.