View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014055CMakeModulespublic2013-04-01 15:562013-10-07 10:04
ReporterMarcin Wojdyr 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.10.2 
Target VersionFixed in Version 
Summary0014055: Qt4ConfigDependentSettings.cmake & CMAKE_THREAD_PREFER_PTHREADS
DescriptionIn Qt4ConfigDependentSettings.cmake we have:
  set(CMAKE_THREAD_PREFER_PTHREADS 1)
  find_package(Threads)

but FindThreads.cmake checks CMAKE_THREAD_PREFER_PTHREAD (without 'S').

It may be related to http://www.cmake.org/Bug/view.php?id=11136 [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0032741)
Brad King (manager)
2013-04-02 08:12

It looks like the typo was introduced here:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1f608718 [^]
(0032742)
Clinton Stimpson (developer)
2013-04-02 09:51

bec8e64 Qt4: Fix typo setting a variable for FindThreads.
(0034023)
Robert Maynard (manager)
2013-10-07 10:04

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

 Issue History
Date Modified Username Field Change
2013-04-01 15:56 Marcin Wojdyr New Issue
2013-04-02 08:12 Brad King Assigned To => Clinton Stimpson
2013-04-02 08:12 Brad King Status new => assigned
2013-04-02 08:12 Brad King Note Added: 0032741
2013-04-02 09:51 Clinton Stimpson Note Added: 0032742
2013-04-02 09:51 Clinton Stimpson Status assigned => resolved
2013-04-02 09:51 Clinton Stimpson Resolution open => fixed
2013-10-07 10:04 Robert Maynard Note Added: 0034023
2013-10-07 10:04 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team