View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008743CMakeCMakepublic2009-03-16 14:192009-09-19 10:48
ReporterSteve Wilson 
Assigned ToBrad King 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008743: Add OPTIONAL to install(DIRECTORY ...)
DescriptionCurrently install(FILES ...) and install(PROGRAMS ...) allow the OPTIONAL modifier. Directories can also be optional install items.

install(DIRECTORY dirs... DESTINATION <dir>
          [FILE_PERMISSIONS permissions...]
          [DIRECTORY_PERMISSIONS permissions...]
          [USE_SOURCE_PERMISSIONS]
          [CONFIGURATIONS [Debug|Release|...]]
          [COMPONENT <component>] [FILES_MATCHING]
          [[PATTERN <pattern> | REGEX <regex>]
           [EXCLUDE] [PERMISSIONS permissions...]]
          [OPTIONAL] [...])

I have uploaded patches in the tarball that add OPTIONAL for the install(DIRECTORY ...) command.
The patches were generated using the CMake 2.6.3 sources.

Feel free to contact me with comments/concerns/etc...

Steve
TagsNo tags attached.
Attached Filestgz file icon patches.tgz [^] (1,500 bytes) 2009-03-16 14:19

 Relationships
duplicate of 0008394closedBrad King Add OPTIONAL to install(DIRECTORY ...) 

  Notes
(0017640)
Brad King (manager)
2009-09-19 10:48

This is a duplicate of issue 0008394 which was closed in February 2009. The feature will be in the upcoming 2.8.0 release.

 Issue History
Date Modified Username Field Change
2009-03-16 14:19 Steve Wilson New Issue
2009-03-16 14:19 Steve Wilson File Added: patches.tgz
2009-09-19 10:46 Brad King Status new => assigned
2009-09-19 10:46 Brad King Assigned To => Brad King
2009-09-19 10:47 Brad King Relationship added duplicate of 0008394
2009-09-19 10:48 Brad King Note Added: 0017640
2009-09-19 10:48 Brad King Status assigned => closed
2009-09-19 10:48 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team