View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014773CMakeModulespublic2014-02-26 05:582014-10-06 10:32
ReporterDerek Chow 
Assigned To 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformWindowsOSOS Version
Product VersionCMake 2.8.12.2 
Target VersionFixed in Version 
Summary0014773: Fix bug Boost_FOUND could be false when version specified and using -GNinja
DescriptionSee https://gitorious.org/cmake/cmake/commit/accd042 [^] on related fix.

The problem comes into play when we specify the Ninja generator (-GNinja) and CMake whilst it wraps around my MSVC90 compiler, CMake doesn't initialise the MSVC90 variable so the above fix doesn't quite help.

Given ninja support is "experimental" I'm not sure this is a bug (whether the MSVC90 variable should be set if ninja is wrapping MSVC90) so marked this issue as minor/low priority whilst I use the boost_COMPILER workaround).
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0035204)
Brad King (manager)
2014-02-26 08:10

Are you saying that MSVC90 is not defined when using the Ninja generator? It should be. We have a nightly test with Ninja + VS 9 and it outputs

 MSVC90='1' is defined

from the CheckCompilerRelatedVariables test.
(0035245)
Derek Chow (reporter)
2014-03-04 09:02

Oh terribly sorry!

In the end it was my fault for not using the vcvarsall.bat to setup the path for MSVC's cl.exe, etc.
(0035246)
Brad King (manager)
2014-03-04 09:40

Okay, thanks for reporting back.
(0036930)
Robert Maynard (manager)
2014-10-06 10:32

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-02-26 05:58 Derek Chow New Issue
2014-02-26 08:10 Brad King Note Added: 0035204
2014-03-04 09:02 Derek Chow Note Added: 0035245
2014-03-04 09:40 Brad King Note Added: 0035246
2014-03-04 09:40 Brad King Status new => resolved
2014-03-04 09:40 Brad King Resolution open => no change required
2014-10-06 10:32 Robert Maynard Note Added: 0036930
2014-10-06 10:32 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team