View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013219CMakeCMakepublic2012-05-14 15:422012-10-01 13:22
ReporterAnthony J. Bentley 
Assigned ToBrad King 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOpenBSDOS Version
Product VersionCMake 2.8.7 
Target VersionCMake 2.8.9Fixed in VersionCMake 2.8.9 
Summary0013219: set wxWidgets_INCLUDE_DIRS_NO_SYSTEM on OpenBSD
DescriptionFrom /usr/local/share/cmake/Modules/FindwxWidgets.cmake:

# Using SYSTEM with INCLUDE_DIRECTORIES in conjunction with wxWidgets on
# the Mac produces compiler errors. Set wxWidgets_INCLUDE_DIRS_NO_SYSTEM
# to prevent UsewxWidgets.cmake from using SYSTEM.
#
# See cmake mailing list discussions for more info:
# http://www.cmake.org/pipermail/cmake/2008-April/021115.html [^]
# http://www.cmake.org/pipermail/cmake/2008-April/021146.html [^]
#
IF(APPLE)
  SET(wxWidgets_INCLUDE_DIRS_NO_SYSTEM 1)
ENDIF(APPLE)

This problem also shows up on OpenBSD, so the attached patch adds it to the conditional.
Steps To ReproduceSee http://www.cmake.org/pipermail/cmake/2008-April/021146.html. [^]
TagsNo tags attached.
Attached Files? file icon patch-Modules_FindwxWidgets_cmake [^] (655 bytes) 2012-05-14 15:42 [Show Content]

 Relationships

  Notes
(0029470)
Brad King (manager)
2012-05-14 16:05

Applied (with slight tweak to endif), thanks:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=16ee1973 [^]
(0031128)
David Cole (manager)
2012-10-01 13:22

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

 Issue History
Date Modified Username Field Change
2012-05-14 15:42 Anthony J. Bentley New Issue
2012-05-14 15:42 Anthony J. Bentley File Added: patch-Modules_FindwxWidgets_cmake
2012-05-14 16:05 Brad King Note Added: 0029470
2012-05-14 16:05 Brad King Assigned To => Brad King
2012-05-14 16:05 Brad King Status new => resolved
2012-05-14 16:05 Brad King Resolution open => fixed
2012-05-14 16:05 Brad King Fixed in Version => CMake 2.8.9
2012-05-14 16:05 Brad King Target Version => CMake 2.8.9
2012-10-01 13:22 David Cole Note Added: 0031128
2012-10-01 13:22 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team