From 8691a2d582c2e0c811fbf383b572e1ff882b5b37 Mon Sep 17 00:00:00 2001 From: WenTao Ou Date: Sun, 10 Jul 2022 02:25:40 +0800 Subject: [PATCH] Remove `--config Debug` when installing. (#1480) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 69934fde46..3dc4b54a4a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -121,7 +121,7 @@ You can link OpenTelemetry C++ SDK with libraries provided in files for SDK at custom/default install location. ```console - $ cmake --install . --config Debug --prefix // + $ cmake --install . --prefix // -- Installing: //lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config.cmake -- Installing: //lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake ...