When I using cmake to build the C++ producer sdk on windows, I have this error message:
‘MAKE_EXE-NOTFOUND’ is not recognized as an internal or external command,
operable program or batch file.
C:Program Files (x86)Microsoft Visual Studio19CommunityMSBuildMicrosoftVCv160Microsoft.CppCommon.targets(234,5): error MSB6006: "cmd.exe" exited with code 9009. [C:msys64homefxy11amazon-kinesis-video-streams-producer-sdk-cppopen-sourceloca
llibopensslproject_libopenssl.vcxproj]
CMake Error at dependency/libkvscproducer/kvscproducer-src/CMake/Utilities.cmake:93 (message):
CMake step for libopenssl failed: 1
Call Stack (most recent call first):
dependency/libkvscproducer/kvscproducer-src/CMakeLists.txt:64 (build_dependency)
Configuring incomplete, errors occurred!
See also "C:/msys64/home/fxy11/amazon-kinesis-video-streams-producer-sdk-cpp/build/CMakeFiles/CMakeOutput.log".
What is ‘MAKE_EXE-NOTFOUND’ command? I installed the make.exe but it didn’t work. Does anyone has this problem before?
Source: Windows Questions C++