View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013584CMakeCMakepublic2012-10-11 04:022016-06-10 14:31
ReporterAdam Bowen 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformAppleOSMacOS XOS Version10.7
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013584: Framework include directories propagate to other build tools
DescriptionWhen frameworks are added via the include_directories command, the -F flags that add include directories for frameworks propagate to tools that do not support the -F flag.

This causes the tools to fail when run.
Steps To Reproduce1. Enable another language, e.g. enable_language(ASM_NASM)
2. Add frameworks with include directories, e.g. find_package(Qt4) include(${QT_USE_FILE})
3. Create a target that includes sources for the second language e.g. asm
4. Try to build the project, in this example NASM fails because -F is used on the command line for a framework directory, but with NASM the -F flag is used to specify the output format.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042132)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-10-11 04:02 Adam Bowen New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042132
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team