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 wrote: > I'm not sure if my eyes are playing tricks on me, but after upgrading >

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 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

[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, w