CMake Error at cmake/cpu/CMakeLists.txt:5 (find_package): By not providing "Findtikicpulib.cmake" in CMAKE_MODULE_PATH
收藏回复举报
CMake Error at cmake/cpu/CMakeLists.txt:5 (find_package): By not providing "Findtikicpulib.cmake" in CMAKE_MODULE_PATH
发表于2023-12-13 10:47:23
0 查看

一、如图 报错

CMake Error at cmake/cpu/CMakeLists.txt:5 (find_package): 

  By not providing "Findtikicpulib.cmake" in CMAKE_MODULE_PATH this project 

  has asked CMake to find a package configuration file provided by 

  "tikicpulib", but CMake did not find one. 

 

  Could not find a package configuration file provided by "tikicpulib" with 

  any of the following names: 

 

    tikicpulibConfig.cmake 

    tikicpulib-config.cmake 

  Add the installation prefix of "tikicpulib" to CMAKE_PREFIX_PATH or set 

  "tikicpulib_DIR" to a directory containing one of the above files.  If 

  "tikicpulib" provides a separate development package or SDK, be sure it has 

  been installed. 

cke_2134.png

我要发帖子