NREL / SolarPILOT

SolarPILOT power tower layout and optimization tool
https://www.nrel.gov/csp/solarpilot.html
Other
47 stars 17 forks source link

Installation require LKD_LIB LK_LIB, the variables are used in the project but set to NOTFOUND #69

Open simonyangsu opened 3 years ago

simonyangsu commented 3 years ago

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:

skip_tools

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.