<div class="gmail_quote">On Thu, Feb 10, 2011 at 1:51 PM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On 2/10/2011 1:27 PM, Michael Jackson wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Bump?<br>
</blockquote>
<br>
Did you try cmake --trace to see when it was configure...<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
--<br>
Mike Jackson&lt;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a>&gt;<br>
<br>
On Feb 8, 2011, at 5:36 PM, Michael Jackson wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
At what point is the <a href="http://MacOSXBundleInfo.plist.in" target="_blank">MacOSXBundleInfo.plist.in</a> configured? I am setting all the relevant variables but they are not getting inserted into the plist.<br>
<br>
Here is some debug output from a CMake run of my project:<br>
<br>
-- MACOSX_BUNDLE_INFO_STRING: StatsGenerator_debug Version 2011.02.08, Copyright 2009 BlueQuartz Software.<br>
-- MACOSX_BUNDLE_ICON_FILE: StatsGenerator.icns<br>
-- MACOSX_BUNDLE_GUI_IDENTIFIER: StatsGenerator_debug<br>
-- MACOSX_BUNDLE_LONG_VERSION_STRING: StatsGenerator_debug Version 2011.02.08<br>
-- MACOSX_BUNDLE_BUNDLE_NAME: StatsGenerator_debug<br>
-- MACOSX_BUNDLE_SHORT_VERSION_STRING: 2011.02.08<br>
-- MACOSX_BUNDLE_BUNDLE_VERSION: 2011.02.08<br>
-- MACOSX_BUNDLE_COPYRIGHT: Copyright 2011, BlueQuartz Software. All Rights Reserved.<br>
<br>
<br>
I set all those variables before and after the add_executable call but most of the values does not show up in the plist file. Probably something simple I am missing.<br>
<br>
Thanks.<br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
</blockquote>
<br>
<br></div></div>
-- <br>
Bill Hoffman<br>
Kitware, Inc.<br>
28 Corporate Drive<br>
Clifton Park, NY 12065<br><font color="#888888">
<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a><br>
<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
518 881-4905 (Direct)<br>
518 371-3971 x105<br>
Fax (518) 371-4573</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><br>Does your add_executable call have the MACOSX_BUNDLE flag in it?<br><br>You should definitely set those variables before calling add_executable, and they should definitely show up if you have MACOSX_BUNDLE turned on.<br>
<br>What generator are you using? Xcode or Unix Makefiles or something else?<br><br>