View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014421CMakeCMakepublic2013-09-17 22:332014-03-05 09:58
Reporterfester225 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSUbuntuOS Version12.04
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0014421: CMAKE GUI needs ability to run from multiple sources
DescriptionI'm compiling a program (FreeCAD) which requires build files from two distinct sources FreeCAD and OpenCAscade (OCE). The CMAKE GUI should allow CMAKE files to be developed from multiple sources.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0033843)
Brad King (manager)
2013-09-18 08:20

That is beyond the scope of what CMake or the GUI should support directly.

In order to combine multiple projects in one build, you can:

a. Create a CMakeLists.txt in a parent directory to both projects and add them as subdirectories.

b. Create a CMakeLists.txt in a separate directory that uses the ExternalProject module to produce a "superbuild" covering both projects.
(0035261)
Robert Maynard (manager)
2014-03-05 09:58

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

 Issue History
Date Modified Username Field Change
2013-09-17 22:33 fester225 New Issue
2013-09-18 08:20 Brad King Note Added: 0033843
2013-09-18 08:20 Brad King Status new => resolved
2013-09-18 08:20 Brad King Resolution open => won't fix
2014-03-05 09:58 Robert Maynard Note Added: 0035261
2014-03-05 09:58 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team