Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
-
None
-
None
Description
i've tryed to build cpp and i have an error with cpack on c/c
CMake Error at /usr/share/cmake-3.16/Modules/CPack.cmake:539 (message):
CPack package description file:
"/home/kolzeq/IdeaProjects/mariadb-connector-cpp/libmariadb/README" could
not be found.
changing CMakefile
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CC_SOURCE_DIR}/README") |
to
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CC_SOURCE_DIR}/README.md") |
solve the issue.