c987a9f2f1dd5f1a2a976083b30c4203106acce8
Raised the minimum required CMake version to 3.10 in cryptopp and zlib CMakeLists.txt files to ensure compatibility with newer CMake features and improve build consistency >> -- Could NOT find ZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) CMake Error at vendor/mariadb-connector-c-3.4.5/external/zlib/CMakeLists.txt:1 CMake Error at vendor/cryptopp/CMakeLists.txt:34 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred!
m2dev-server-src
Clean server sources for educational purposes.
It builds as it is, without external dependencies.
How to build
mkdir build
cd build
cmake ..
cmake --build .
Description
Languages
C++
75.5%
C
24.4%
CMake
0.1%