Notes |
|
(0023190)
|
Daniel Barber
|
2010-11-11 17:39
(edited on: 2010-11-19 10:08) |
|
My problem may be related to this in VS2010. The target name is not being set correctly when I try to add periods to make it a relative output name. For example:
set_target_properties(${t_name} PROPERTIES OUTPUT_NAME ../${t_name})
Will result in the name being just ${t_name}. I'm running version 2.8.3 on Windows 7. I need this to work so that the output files will be in the correct directory (not the Debug/Release folders VS creates). If I manually set the target name to ../${t_name} in VS2010 using the GUI it works, so I know this can be done. This works in 2008 and with UNIX Makefiles just fine.
|
|
|
(0024120)
|
David Cole
|
2010-12-14 18:57
|
|
|
|
(0024238)
|
Brad King
|
2010-12-17 12:39
|
|
|
|
(0024239)
|
David Cole
|
2010-12-17 12:49
|
|
Daniel Barber, I'm going to mark this bug as resolved because the main issue reported here is already fixed in CMake 2.8.3. Please see Brad's note ( http://public.kitware.com/Bug/view.php?id=10040#c24238 [^] ) about how to use the new per-config output directory properties to achieve your goal in a different (but expected and supported by the CMake developers) way...
Thanks. |
|
|
(0024240)
|
David Cole
|
2010-12-17 12:52
|
|
This was fixed when its duplicate was fixed ... in the CMake 2.8.3 release. |
|
|
(0026069)
|
David Cole
|
2011-04-04 12:00
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|