CMake Error

jaeung·2023년 9월 15일
0

reading & summary

목록 보기
10/28

CMake Error at CMakeLists.txt:51 (find_package):
By not providing "Findvpi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "vpi", but CMake did not find one.

Could not find a package configuration file provided by "vpi" with any of the following names:

vpiConfig.cmake
vpi-config.cmake

Add the installation prefix of "vpi" to CMAKE_PREFIX_PATH or set "vpi_DIR" to a directory containing one of the above files. If "vpi" provides a separate development package or SDK, be sure it has been installed.

CMakeLists.txt:51(find_package)의 CMake 오류:
CMAKE_MODULE_PATH에 "Findvpi.cmake"를 제공하지 않음으로써 이 프로젝트는 CMake에게 "vpi"에서 제공한 패키지 구성 파일을 찾도록 요청했지만 CMake는 이를 찾지 못했습니다.

"vpi"에서 제공한 다음 이름의 패키지 구성 파일을 찾을 수 없습니다.

 vpiConfig.cmake
 vpi-config.cmake

CMAKE_PREFIX_PATH에 설치 접두사 "vpi"를 추가하거나 위 파일 중 하나가 포함된 디렉터리에 "vpi_DIR"을 설정합니다. "vpi"가 별도의 개발 패키지나 SDK를 제공하는 경우 설치되어 있는지 확인하세요.

profile
Done is better than perfect.

0개의 댓글