<div dir="ltr">I'd love to learn more about this option, assuming it's a simple workflow via the command line. If there's a writeup related to cmake, would welcome a pointer. If you can't tell, I'm not really a Windows guy; I'm just trying to support that community. Hopefully what you're describing would not require a user having to fiddle with their PATH env var.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 2:47 PM, Hendrik Sattler <span dir="ltr"><<a href="mailto:post@hendrik-sattler.de" target="_blank">post@hendrik-sattler.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
Am 19. September 2017 17:51:31 MESZ schrieb Randy Heiland <<a href="mailto:randy.heiland@gmail.com">randy.heiland@gmail.com</a>>:<br>
>I failed to send my previous reply to the list - see below for that.<br>
>This<br>
>is a follow-on, using the repo mentioned previously.<br>
><br>
>--- Attempt #1<br>
><br>
>#   Pointing out that my Command Prompt shell doesn't need to know<br>
>about<br>
>the 'cl' compiler, in order to run cmake:<br>
>C:\Users\Owner\dev\cmake_<wbr>learn\cmake_learn-master\<wbr>build>cl<br>
>'cl' is not recognized as an internal or external command,<br>
>operable program or batch file.<br>
><br>
><br>
>C:\Users\Owner\dev\cmake_<wbr>learn\cmake_learn-master\<wbr>build>cmake ..<br>
>-- Building for: Visual Studio 15 2017<br>
>-- The C compiler identification is MSVC 19.11.25508.2<br>
>-- The CXX compiler identification is MSVC 19.11.25508.2<br>
>-- Check for working C compiler: C:/Program Files (x86)/Microsoft<br>
>Visual<br>
>Studio/2017/Community/VC/<wbr>Tools/MSVC/14.11.25503/bin/<wbr>HostX86/x86/cl.exe<br>
>-- Check for working C compiler: C:/Program Files (x86)/Microsoft<br>
>Visual<br>
>Studio/2017/Community/VC/<wbr>Tools/MSVC/14.11.25503/bin/<wbr>HostX86/x86/cl.exe<br>
>--<br>
>works<br>
>-- Detecting C compiler ABI info<br>
>-- Detecting C compiler ABI info - done<br>
>-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft<br>
>Visual<br>
>Studio/2017/Community/VC/<wbr>Tools/MSVC/14.11.25503/bin/<wbr>HostX86/x86/cl.exe<br>
>-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft<br>
>Visual<br>
>Studio/2017/Community/VC/<wbr>Tools/MSVC/14.11.25503/bin/<wbr>HostX86/x86/cl.exe<br>
>--<br>
>works<br>
>-- Detecting CXX compiler ABI info<br>
>-- Detecting CXX compiler ABI info - done<br>
>-- Detecting CXX compile features<br>
>-- Detecting CXX compile features - done<br>
>-- Found OpenMP_C: -openmp (found version "2.0")<br>
>-- Found OpenMP_CXX: -openmp (found version "2.0")<br>
>-- Configuring done<br>
>-- Generating done<br>
>-- Build files have been written to: C:/Users/Owner/dev/cmake_learn<br>
>/cmake_learn-master/build<br>
><br>
>This successfully builds the following files, but no Makefile so that I<br>
>can<br>
>simply run 'nmake' from the command line:<br>
<br>
</div></div>Maybe you should realize that any purposed use of nmake is outdated by years. You can build .sln files from command line just fine. CMake even wraps the command with --build option.<br>
<br>
Only use nmake when you have no other options.<br>
<span class="HOEnZb"><font color="#888888"><br>
HS<br>
<br>
--<br>
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.<br>
</font></span></blockquote></div><br></div>