[CMake] EXECUTABLE_OUTPUT_PATH showing in list of cache variables

2012-08-23 Thread Robert Dailey
I'm not sure if my eyes are playing tricks on me, but after upgrading
to 2.8.9 I'm seeing EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH in
my list of cache variables now, I don't remember seeing them before.

Is this a feature? I didn't see any mention of this in the changelogs.

If this is new, why do they show up now? According to the
documentation, they seem to be deprecated since they are referred to
as old.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] EXECUTABLE_OUTPUT_PATH showing in list of cache variables

2012-08-23 Thread John Drescher
On Thu, Aug 23, 2012 at 4:55 PM, Robert Dailey rcdailey.li...@gmail.com wrote:
 I'm not sure if my eyes are playing tricks on me, but after upgrading
 to 2.8.9 I'm seeing EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH in
 my list of cache variables now, I don't remember seeing them before.

 Is this a feature? I didn't see any mention of this in the changelogs.

 If this is new, why do they show up now? According to the
 documentation, they seem to be deprecated since they are referred to
 as old.
 --

Hmm. Not showing up for me on 2.8.9 on windows 7 x64.

John
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] EXECUTABLE_OUTPUT_PATH showing in list of cache variables

2012-08-23 Thread David Cole
grep your source tree for those variables (or your third party CMake files
that you're including)

CMake itself will not add those variables.

CMakeLists.txt files may.


On Thu, Aug 23, 2012 at 4:55 PM, Robert Dailey rcdailey.li...@gmail.comwrote:

 I'm not sure if my eyes are playing tricks on me, but after upgrading
 to 2.8.9 I'm seeing EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH in
 my list of cache variables now, I don't remember seeing them before.

 Is this a feature? I didn't see any mention of this in the changelogs.

 If this is new, why do they show up now? According to the
 documentation, they seem to be deprecated since they are referred to
 as old.
 --

 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/CMake_FAQ

 Follow this link to subscribe/unsubscribe:
 http://www.cmake.org/mailman/listinfo/cmake

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake