[CMake] Cdash - Display Start Time in local time zone

2019-02-12 Thread Donald MacQueen [|] via CMake
Greetings, I understand that start times are stored in UTC. But I would like the Start Time column in the Dashboard window to display those times in my local time zone of 'America/New York' or EST. I have looked at the code in index.php, but I am not a php expert. 2) Running date in Ubuntu g

Re: [CMake] OBJECT libraries getting fully support?

2019-02-12 Thread Michael Ellery
https://cmake.org/cmake/help/latest/release/3.12.html says that target_link_libraries got OBJECT in 3.12 - is that what you had in mind? -Mike > On Feb 12, 2019, at 3:35 PM, Paul Smith wrote: > > Don't want to be a noodge but wondering if anyone has any thoughts > about this question or ideas

Re: [CMake] OBJECT libraries getting fully support?

2019-02-12 Thread Paul Smith
Don't want to be a noodge but wondering if anyone has any thoughts about this question or ideas on how to solve my problem? On Sat, 2019-02-09 at 12:29 -0500, Paul Smith wrote: > Hi all; > > I saw an email to the list from Chuck Atkins in the summer of 2017 > suggesting that OBJECT libraries wer

Re: [CMake] [CMAKE] Disable testing when building using bootstrap

2019-02-12 Thread Jon Haitz Legarreta Gorroño
Hi Robert, thanks. That answers the question ! Cheers, JON HAITZ On Tue, Feb 12, 2019 at 1:24 PM Robert Maynard wrote: > > You can pass CMake arguments to the bootstrap by doing: > > ./bootstrap -- -DBUILD_TESTING=OFF > > On Mon, Feb 11, 2019 at 12:03 PM Jon Haitz Legarreta Gorroño > wrote: >

Re: [CMake] link only with targets feature

2019-02-12 Thread Alexander Neundorf
On 2019 M02 12, Tue 08:02:43 CET Starka Tomáš wrote: > tldr; > It would be wonderful to have function or signature for > target_link_libraries tha would link only to a targets. Did I overlook > something? > > like target_link_libraries(name [PUBLIC...] TARGETS myFavouriteLib ... > QUIET/VERBOSE) >

Re: [CMake] [SPAM] Re: [SPAM] Re: resource installation

2019-02-12 Thread Rob Boehne
The same behavior is also present in version 3.14.0-rc1. On 2/12/19, 11:54 AM, "CMake on behalf of Rob Boehne" wrote: Hmmm, I think I've found a bug. Here is what I have in my top-level CMakeLists.txt file: if(WIN32) # # run the script to install the resource

Re: [CMake] [CMAKE] Disable testing when building using bootstrap

2019-02-12 Thread Robert Maynard via CMake
You can pass CMake arguments to the bootstrap by doing: ./bootstrap -- -DBUILD_TESTING=OFF On Mon, Feb 11, 2019 at 12:03 PM Jon Haitz Legarreta Gorroño wrote: > > Hi, > > I'm trying to build CMake from sources using the `bootstrap` script. > > Please, correct me if I'm wrong, but it looks like

Re: [CMake] [SPAM] Re: resource installation

2019-02-12 Thread Rob Boehne
Hmmm, I think I've found a bug. Here is what I have in my top-level CMakeLists.txt file: if(WIN32) # # run the script to install the resources # set(RI_RESULT " ") set(RI_OUTPUT " ") set(RI_ERROR " ") install(CODE "message(\"running ${CMAKE_CURRENT_SOURCE_DIR}/