View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008173CMakeCMakepublic2008-11-25 11:372009-01-16 04:20
ReporterChristian Ehrlicher 
Assigned ToPhilip Lowman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008173: FindBoost is looking for the wrong include directory on windows.
DescriptionThis 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 [^]
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0007493closedPhilip Lowman FindBoost needs to handle directory names like boost-1_36 and boost_1_36. 

  Notes
(0014584)
Philip Lowman (developer)
2009-01-16 04:20

This regression has been fixed in latest CVS. See Issue 0007493 for more details.

 Issue History
Date Modified Username Field Change
2008-11-25 11:37 Christian Ehrlicher New Issue
2009-01-15 13:01 Bill Hoffman Status new => assigned
2009-01-15 13:01 Bill Hoffman Assigned To => Philip Lowman
2009-01-16 04:20 Philip Lowman Relationship added duplicate of 0007493
2009-01-16 04:20 Philip Lowman Note Added: 0014584
2009-01-16 04:20 Philip Lowman Status assigned => closed
2009-01-16 04:20 Philip Lowman Resolution open => duplicate


Copyright © 2000 - 2018 MantisBT Team