MantisBT - CMake
View Issue Details
0014421CMakeCMakepublic2013-09-17 22:332014-03-05 09:58
fester225 
 
normalfeaturealways
closedwon't fix 
Ubuntu12.04
CMake 2.8.7 
 
0014421: CMAKE GUI needs ability to run from multiple sources
I'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.
No tags attached.
Issue History
2013-09-17 22:33fester225New Issue
2013-09-18 08:20Brad KingNote Added: 0033843
2013-09-18 08:20Brad KingStatusnew => resolved
2013-09-18 08:20Brad KingResolutionopen => won't fix
2014-03-05 09:58Robert MaynardNote Added: 0035261
2014-03-05 09:58Robert MaynardStatusresolved => closed

Notes
(0033843)
Brad King   
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   
2014-03-05 09:58   
Closing resolved issues that have not been updated in more than 4 months