<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear all,</div>

<div> </div>

<div>I recently switched to cmake 3.7.2 on windows 7.<br/>
I am building a project with openmp and use find_package(OpenMP).<br/>
<br/>
With cmake 3.5.2 and 3.6.3 the generation of the .sln file for VS 14 2015 works fine.<br/>
However, with cmake 3.7.2 I get the error shown below.</div>

<div> </div>

<div>All cmake versions were installed with the windows installer downloaded from the</div>

<div>cmake website.</div>

<div><br/>
As anybody an idea what is going wrong?</div>

<div> </div>

<div>Bests,</div>

<div>Georg</div>

<div><br/>
##############################<wbr/>######<br/>
-- Try OpenMP C flag = [/openmp]<br/>
-- Performing Test OpenMP_FLAG_DETECTED<br/>
-- Performing Test OpenMP_FLAG_DETECTED - Success<br/>
CMake Error at C:/Program Files/CMake/share/cmake-3.7/Mo<wbr/>dules/FindOpenMP.cmake:175 (try_compile):<br/>
  Cannot copy output executable<br/>
<br/>
    ''<br/>
<br/>
  to destination specified by COPY_FILE:<br/>
<br/>
    'N:/georgschramm/kul_nm_softwa<wbr/>re_gs/build_win/CMakeFiles/<wbr/>FindOpenMP/ompver_C.bin'<br/>
<br/>
  Unable to find the executable at any of:<br/>
<br/>
    N:/georgschramm/kul_nm_softwar<wbr/>e_gs/build_win/CMakeFiles/<wbr/>CMakeTmp/cmTC_8cd34_win.exe<br/>
    N:/georgschramm/kul_nm_softwar<wbr/>e_gs/build_win/CMakeFiles/<wbr/>CMakeTmp/Debug/cmTC_8cd34_win.<wbr/>exe<br/>
    N:/georgschramm/kul_nm_softwar<wbr/>e_gs/build_win/CMakeFiles/<wbr/>CMakeTmp/Development/cmTC_<wbr/>8cd34_win.exe<br/>
<br/>
Call Stack (most recent call first):<br/>
  C:/Program Files/CMake/share/cmake-3.7/Mo<wbr/>dules/FindOpenMP.cmake:224 (_OPENMP_GET_SPEC_DATE)<br/>
  RECONSTRUCTION/CMakeLists.txt:<wbr/>142 (find_package)<br/>
##############################<wbr/>#######</div></div></body></html>