[CMake] running ctest from a different directory than the build directory

2016-07-30 Thread Jiri Hoogland
Hi, I would like to be able in a similar manner as I can run cmake like cmake -H -B cmake --build to run ctest like ctest --build Obviously running ctest from the will work, but it would be nice if I can just tell ctest where to look for its configuration file and where the test executables

Re: [CMake] Visual Studio 2008 / VS Compiler for Python

2016-07-30 Thread Matt McCormick
Hi, Following up to the list for posterity with information summarized by Jc on scikit-build: https://github.com/scikit-build/scikit-build/issues/34#issuecomment-230070388 Setting the environment and using NMake generator will work. Visual Studio generator can not be used with "Microsoft C++

[CMake] FindLibXml2.cmake: rename "LIBXML2_DEFINITIONS"

2016-07-30 Thread Yaron Cohen-Tal
Hi, In FindLibXml2.cmake, the name of the variable "LIBXML2_DEFINITIONS" is confusing coz it describes actually what should be added to the "COMPILE_FLAGS" property, not "COMPILE_DEFINITIONS". I think it should b renamed to "LIBXML2_COMPILE_FLAGS". If u wish, I can submit a patch. Thanx, Yaron

Re: [CMake] XCode generator and .metal shader files

2016-07-30 Thread Victor Rykov
Thanks for a tip, Cmake generates correct project with regard to shaders if I set LANGUAGE to METAL set_source_files_properties(${MetalTriangle_SHADERS} PROPERTIES LANGUAGE METAL) On Wed, Jul 27, 2016 at 6:03 AM, Gregor Jasny wrote: > Hello, > > On 22/07/16 23:07, Victor

[cmake-developers] [PATCH] Allow custom osx framework locations.

2016-07-30 Thread David Keller
This allows non-standard locations to be searched, e.g. brew, port. Signed-off-by: David Keller --- Modules/CMakeFindFrameworks.cmake | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Modules/CMakeFindFrameworks.cmake

[Cmake-commits] CMake branch, master, updated. v3.6.1-474-g963c4e4

2016-07-30 Thread Kitware Robot
_VERSION_MINOR 6) -set(CMake_VERSION_PATCH 20160730) +set(CMake_VERSION_PATCH 20160731) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/