When installed and went through the steps, after type in cmake -G "Visual Studio 16 2019" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DCMAKE_SYSTEM_VERSION=10.0 -Dskip_tools=1 . in cmd
Occured following errors
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LKD_LIB
linked by target "wexsandbox" in directory C:/YS Program/solarpilot_dev/wex/tools
LK_LIB
linked by target "wexsandbox" in directory C:/YS Program/solarpilot_dev/wex/tools
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMake Generate step failed. Build files cannot be regenerated correctly.
I tried many times and installed in different computers, same errors appeared. Really appreciate if anyone would teach me how to solve this.