From fe1d475db9f41b6a584df8121af8c1b766925a37 Mon Sep 17 00:00:00 2001 From: owentou Date: Fri, 8 Jul 2022 15:36:43 +0800 Subject: [PATCH] Remove `--config Debug` when installing, or we may miss some cmake files. Signed-off-by: owentou --- 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 ...