Re: WIP: About CMake v2 - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: WIP: About CMake v2
Date
Msg-id CAB7nPqS3bMJufvHMmfKQyV8uAUXHzbYwe-vSpYfzzEEsPG59Nw@mail.gmail.com
Whole thread Raw
In response to Re: WIP: About CMake v2  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Responses Re: WIP: About CMake v2  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
List pgsql-hackers
On Wed, Nov 16, 2016 at 2:14 PM, Mark Kirkwood
<mark.kirkwood@catalyst.net.nz> wrote:
> I see there are some patches for the putenv issue with Visual studio 2013 in
> progress on this list - it is probably best to work with the author to see
> if 2015 has any new issues and keep all changes for that *out* of the cmake
> patches.

I don't recall all the details here, but no wrappers should be needed,
particularly on Windows where we already do that:
src/include/port/win32.h:#define putenv(x) pgwin32_putenv(x)
-- 
Michael



pgsql-hackers by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: WIP: About CMake v2
Next
From: Haribabu Kommi
Date:
Subject: Re: commitfest 2016-11 status summary