summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2020-10-27 07:23:38 +0100
committerManuel Bentele2020-10-27 07:23:38 +0100
commit089444e957d66375fbf4678a65d5106c7349223a (patch)
treeea58f8b1859579a004d53289281948d91dfc13be /README.md
parentAdd CMake build requirements check to find libraries and Linux kernel headers (diff)
downloadxloop-089444e957d66375fbf4678a65d5106c7349223a.tar.gz
xloop-089444e957d66375fbf4678a65d5106c7349223a.tar.xz
xloop-089444e957d66375fbf4678a65d5106c7349223a.zip
Remove the build requirement for an unused C++ compiler
This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 89fa346..1552091 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ apt-get install git \
make \
cmake \
gcc \
- g++ \
linux-headers-generic \
libcap-dev \
libncurses-dev \
@@ -52,7 +51,6 @@ yum install git \
make \
cmake \
gcc \
- gcc-c++ \
kernel-devel \
elfutils-libelf-devel \
libcap-devel \