ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Cmake on windows

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Thu, 5 Mar 2020 12:35:33 -0800
On 3/5/20 7:27 AM, Dario Lombardo wrote:
> Hi,
> I'm getting this output from a windows build
> 
> -- Using VCINSTALLDIR: VCINSTALLDIR-NOTFOUND
> -- Using MERGE_MODULE_DIR-NOTFOUND\Microsoft_VC142_CRT_x64.msm for the WiX installer
> -- Configuring done
> -- Generating done
> -- Build files have been written to: D:/a/wireshark/wireshark/build
> 
> What's going wrong? The rest of the output looks good.

VCINSTALLDIR should have been set by Visual Studio, e.g. by vcvarsall.bat. What does `set v` show?