hello, I try to "cmake" in build folder.
but get some error,how can I fix it?
CMake Error at conf.d/config.cmake:163 (include):
include could not find load file:
( include(${PROJECT_APP_TEMPLATES_DIR}/cmake/common.cmake) )
conf.d/app-templates/cmake/common.cmake
Call Stack (most recent call first):
CMakeLists.txt:22 (include)
( include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) )
hello, I try to "cmake" in build folder.
but get some error,how can I fix it?