[Cmake-commits] CMake branch, master, updated. v3.12.0-347-ga1d1306

2018-08-01 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 7e3e33b..581124c 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 12) -set(CMake_VERSION_PATCH 20180801) +set(CMake_VER

Re: [CMake] Beginning to compiling CMake file

2018-08-01 Thread Volker Enderlein
Am 31.07.2018 um 06:17 schrieb CrestChristopher: Hi, I'm a beginner to CMake and for weeks I've been trying to compile a CMake file which I found on a github repository.  All I can say is I have a CMakeLists.txt file but I don't know how to compile and I hope someone can help ? Christopher

Re: [CMake] Beginning to compiling CMake file

2018-08-01 Thread Michael Ellery
So it sounds like you are on windows. First, be sure that the project that you are building claims support for windows. Windows is still the “odd man out” platform in many cases, so you don’t want to chase your tail with a project that never claimed windows support in the first place. That

Re: [CMake] ctest to output files

2018-08-01 Thread Andrew Bell
We do this in a single test, where the test calls some function like "compare_results". On Wed, Aug 1, 2018 at 12:32 AM, Quang Ha wrote: > Hi all, > > Is there a way to let ctest create an output file after a certain test? > Say I want to run test 1 (name "run_simulation"), which is a

Re: [CMake] ctest to output files

2018-08-01 Thread Robert Maynard
I would look at use the FIXTURES features to define the file as a shared resource. Here is a good article on how to use this feature: https://crascit.com/2016/10/18/test-fixtures-with-cmake-ctest/ On Wed, Aug 1, 2018 at 12:32 AM Quang Ha wrote: > > Hi all, > > Is there a way to let ctest create

[Cmake-commits] CMake branch, release, updated. v3.12.0-19-g3bab41f

2018-08-01 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 3bab41f8f2971d3aa9fa40beb7263de8f340f1e9 (commit) via