Skip to content

Commit

Permalink
Remove --config Debug when installing, or we may miss some cmake fi…
Browse files Browse the repository at this point in the history
…les.

Signed-off-by: owentou <owentou@tencent.com>
  • Loading branch information
owent committed Jul 8, 2022
1 parent 9efb7a1 commit fe1d475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<install_root>/
$ cmake --install . --prefix /<install_root>/
-- Installing: /<install-root>/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config.cmake
-- Installing: /<install-root>/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake
...
Expand Down

0 comments on commit fe1d475

Please sign in to comment.