Skip to content
Snippets Groups Projects

[meta,cmake] Restructure project and introduce CMake tooling

Merged Giovanna Lazzari Miotto requested to merge feature/cmake-migration into main
Compare and Show latest version
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -10,7 +10,7 @@ if [ "$RHEL_MAJOR" = "7" ]; then
exit 1
fi
else
if ! rpm -q gcc redhat-rpm-config rpm-build zlib-devel; then
if ! rpm -q gcc redhat-rpm-config rpm-build zlib-devel cmake; then
echo ""
echo "Please install missing packages."
exit 1
Loading