View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005862CMakeCMakepublic2007-10-10 16:012016-06-10 14:30
ReporterAleksandar Samardzic 
Assigned ToBrad King 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005862: allow make install/uninstall in a project with sub-projects
DescriptionSee attached example: Let's say we have 2 projects (see src/foo/CMakeLists.txt and src/bar/CMakeLists.txt), that are made parts of top-level project (see src/CMakeLists.txt). Futher, I've added support for "make uninstall" target to each of these 3 projects following suggestions from CMake FAQ (Q: Can I do "make uninstall" with CMake?). However, it's still not possible to build top-level project, and accomplish "make install" from there, and then go to say "foo" sub-project build directory and issue "make uninstall" there in order to un-install only files specified to be installed by "foo" project.

So, the idea could be to have CMake to create a makefile that would in turn build "install_manifest.txt" files in each sub-project directory during "make install" step in top-level directory, and then to utilize this later during "make uninstall" step.
TagsNo tags attached.
Attached Filestgz file icon foobar.tgz [^] (1,056 bytes) 2007-10-10 16:01

 Relationships

  Notes
(0030505)
Brad King (manager)
2012-08-13 10:36

Sending issues I'm not actively working on to the backlog to await someone with time for them.

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:

 http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
(0041392)
Kitware Robot (administrator)
2016-06-10 14:27

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
2007-10-10 16:01 Aleksandar Samardzic New Issue
2007-10-10 16:01 Aleksandar Samardzic File Added: foobar.tgz
2007-10-12 09:36 Bill Hoffman Status new => assigned
2007-10-12 09:36 Bill Hoffman Assigned To => Brad King
2012-08-13 10:36 Brad King Status assigned => backlog
2012-08-13 10:36 Brad King Note Added: 0030505
2016-06-10 14:27 Kitware Robot Note Added: 0041392
2016-06-10 14:27 Kitware Robot Status backlog => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team