Update README.adoc

It seems we do not need the `make` here. This is an error message I believe.
This commit is contained in:
Zheng Zeng
2021-09-13 00:36:01 -07:00
committed by GitHub
parent 64413ddde2
commit 3a2cbd351a

View File

@@ -170,8 +170,6 @@ A-hello-cmake$ mkdir build
A-hello-cmake$ cd build/ A-hello-cmake$ cd build/
A-hello-cmake/build$ make ..
make: Nothing to be done for `..'.
matrim@freyr:~/workspace/cmake-examples/01-basic/A-hello-cmake/build$ cmake .. matrim@freyr:~/workspace/cmake-examples/01-basic/A-hello-cmake/build$ cmake ..
-- The C compiler identification is GNU 4.8.4 -- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4