Fix tmp dir in configure.cmake (#25003)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 6 Jun 2019 13:47:53 +0000 (15:47 +0200)
committerJan Kotas <jkotas@microsoft.com>
Thu, 6 Jun 2019 13:47:53 +0000 (06:47 -0700)
commit14a90253a34f49fd2bf1f17dd84ee6faa1db3af7
tree31ad91971ad9712e5643c4d5a6b8e7eca35d1805
parent1a495118c005b9a5409c81fea1813bd2b3044cbd
Fix tmp dir in configure.cmake (#25003)

The ONE_SHARED_MAPPING_PER_FILEREGION_PER_PROCESS check was using a temp
path that had some non-existent components. While this works fine on Linux,
it fails to create the temp file on OSX.
The fix is to use temp dir in the CMake's output dir.
src/pal/src/configure.cmake