View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000034CMakepublic2003-06-27 14:022004-04-28 10:54
ReporterKen Martin 
Assigned ToSystem Admin 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000034: Add to GET_TARGET_PROPERTY location of target
Description${CMAKE_CURRENT_OUTPUT_DIR}/${CMAKE_CFG_INTDIR} is too long when we could have ${CMAKE_EXE_DIR} or something like that
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000117)
System Admin (reporter)
2003-09-19 11:34

This should really be option on the target to get the location of the product. For example

ADD_TARGET(foo)
GET_TARGET_PROPERTY(foolocation foo LOCATION)
then foo would have:

${CMAKE_CURRENT_OUTPUT_DIR}/${CMAKE_CFG_INTDIR}/foo${EXE_EXTENSION}
(0000990)
System Admin (reporter)
2004-04-28 10:54

This is fixed. Test CustomCommand tests it.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team