Make Error at submodules/cc-wrapper/CMakeLists.txt:11 (add_subdirectory):
The source directory
/home/pablo/git-repos/codelite/submodules/cc-wrapper/tinyjson
does not contain a CMakeLists.txt file.
CMake Deprecation Warning at cmake/Modules/OSXInstall.cmake:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
cmake/Modules/UtilsHelper.cmake:5 (include)
LiteEditor/CMakeLists.txt:8 (include)
-- Including plugin.cmake module
-- CMAKE_SOURCE_DIR is set to /home/pablo/git-repos/codelite
-- CL_INSTALL_BIN is set to /usr/bin
-- Configuring incomplete, errors occurred!
What happened?
I have tried to compile codelite from the sources, following the instructions at BuildInfo.txt
The compilation was aborted due to a problem with the cmake version.
I'm using arch Linux and cmake 3.30.5 (which is the latest release)
Note: the file
/home/pablo/git-repos/codelite/submodules/cc-wrapper/CMakeLists.txt
does exists, but CMake says it does not!
Version
Self compiled
Operating system
Linux
Steps to reproduce
Relevant log output