[cmake-developers] CMake_TEST_XXX variables

2017-05-13 Thread Craig Scott
Anyone know what sets the various CMake_TEST_XXX variables that are checked in Tests/CMakeLists.txt? I'm specifically wondering what might set CMake_TEST_FindGTest, but I can't find any other reference to it. I'm guessing it is only set on the CMake command line by CI builds or similar, but

[cmake-developers] Xcode source file type

2017-05-13 Thread James Touton
The Xcode generator currently attempts to set the lastKnownFileType attribute for every source file in a target. There's a property that allows the user to set this value explicitly, but if the property is not set, the generator comes up with an appropriate value based on the file extension. For

Re: [cmake-developers] ;-list in docs

2017-05-13 Thread Jean-Michaƫl Celerier
On Sat, May 13, 2017 at 5:39 AM, Craig Scott wrote: > ;-list It's a shorthand for semicolon-separated list : https://cmake.org/cmake/help/v3.8/command/separate_arguments.html?highlight=semicolon -- Powered by www.kitware.com Please keep messages on-topic and check