[Cmake-commits] CMake branch, master, updated. v3.14.4-1101-g63f149f

2019-05-25 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 17632c7..9325305 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 14) -set(CMake_VERSION_PATCH 20190525) +set(CMake_VER

Re: [cmake-developers] Is email notification of a failed CMake dashboard possible?

2019-05-25 Thread Craig Scott
Notifications for builds are controlled through CDash. You can adjust your CDash notifications to suit your preferences. Go to CDash, click on "My CDash". You should see a list of "My Projects" and "Public Projects". Subscribe to a project and it will appear under your "My Projects" area if it

[cmake-developers] Is email notification of a failed CMake dashboard possible?

2019-05-25 Thread Alan W. Irwin
With a lot of initial configuration help from Brad King, I have been automatically submitting a Nightly dashboard for CMake (including the PLplot contract test) for some time now (see the "merlin" results at and

Re: [CMake] Dependency cycle - why?

2019-05-25 Thread Bill Somerville
Hi Eric, thanks for the comprehensive reply to my query. My follow up comments in line below. On 25/05/2019 15:47, Eric Noulard wrote: Le sam. 25 mai 2019 à 13:51, Bill Somerville > a écrit : Hi Robert, thanks for that, the target name change does seem

Re: [CMake] Dependency cycle - why?

2019-05-25 Thread Eric Noulard via CMake
Le sam. 25 mai 2019 à 13:51, Bill Somerville a écrit : > Hi Robert, > > thanks for that, the target name change does seem to help but I am still > unable to achieve my goal. Here is a simplified example that demonstrates > the problem: > > cmake_minimum_required (VERSION 3.1.0 FATAL_ERROR) >

Re: [CMake] Dependency cycle - why?

2019-05-25 Thread Bill Somerville
Hi Robert, thanks for that, the target name change does seem to help but I am still unable to achieve my goal. Here is a simplified example that demonstrates the problem: cmake_minimum_required (VERSION  3.1.0 FATAL_ERROR) project (demo LANGUAGES NONE) add_custom_target (prog_target COMMAND