[cmake-developers] CMake instances sharing some modifiable resources

Robert Goulet Robert.Goulet at autodesk.com
Thu Jun 18 16:48:50 EDT 2015


True it works; I was wrongly setting the file lock on the file I was trying to write into. Thanks!

-----Original Message-----
From: Brad King [mailto:brad.king at kitware.com] 
Sent: Thursday, June 18, 2015 9:28 AM
To: Robert Goulet
Cc: cmake-developers at cmake.org
Subject: Re: [cmake-developers] CMake instances sharing some modifiable resources

On 06/17/2015 04:56 PM, Robert Goulet wrote:
> I saw the file(LOCK) command

That should be what you need.  All the file_append.cmake scripts need to agree on a file path to lock (like "output.txt.lock").

-Brad



More information about the cmake-developers mailing list