View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008555CMakeCMakepublic2009-02-18 08:062009-02-18 08:13
ReporterPhilip Lowman 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008555: Ability to generate targets outside of Visual Studio's "Release" or "Debug" folders
DescriptionA common request on the mailing list appears to be to support generating library and binary targets with Visual Studio outside of the "Debug" and "Release" folders typically up a directory.

Using the PREFIX hack this is possible, but ugly. Using it comes with a *WARNING* to be *SURE* you have unique filenames for all of your targets as Visual Studio will simply overwrite them if you do not with whatever configuration type was built last.

if(MSVC)
   set_target_properties(foo PROPERTIES PREFIX "../")
endif()

Better support for changing the output directory of multi-solution generators would be useful.
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0008243closedDavid Cole Users cannot adequately control where Visual Studio writes its output files 
duplicate of 0009163closedBrad King A way to set different output paths for MSVC Debug/Release configurations 

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2009-02-18 08:06 Philip Lowman New Issue
2009-02-18 08:08 Philip Lowman Severity minor => feature
2009-02-18 08:08 Philip Lowman Reproducibility always => N/A
2009-02-18 08:13 Philip Lowman Relationship added duplicate of 0008243
2009-02-18 08:13 Philip Lowman Status new => closed
2009-02-18 08:13 Philip Lowman Resolution open => duplicate
2009-10-28 14:26 Brad King Relationship added duplicate of 0009163


Copyright © 2000 - 2018 MantisBT Team