From 749e45dfdb7de2cdaba7c5edb6939dfe62f297be Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Wed, 12 Feb 2020 21:17:33 +0900 Subject: [PATCH] HADOOP-16856. cmake is missing in the CentOS 8 section of BUILDING.txt. (#1841) --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 2af739eec9b..d54ce831838 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -426,7 +426,7 @@ Building on CentOS 8 * Install development tools such as GCC, autotools, OpenJDK and Maven. - $ sudo dnf group install 'Development Tools' + $ sudo dnf group install --with-optional 'Development Tools' $ sudo dnf install java-1.8.0-openjdk-devel maven * Install Protocol Buffers v3.7.1.