This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/579-automatic-dependency-deduction by this push:
     new 3edeabb6 Update the way of setup environment variables for CLion.
3edeabb6 is described below

commit 3edeabb6d9476d8ae014573d19440742cc84842f
Author: PengZheng <[email protected]>
AuthorDate: Sat Jul 15 15:05:35 2023 +0800

    Update the way of setup environment variables for CLion.
---
 documents/building/dev_celix_with_clion.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documents/building/dev_celix_with_clion.md 
b/documents/building/dev_celix_with_clion.md
index a2e3d49f..d6c1b926 100644
--- a/documents/building/dev_celix_with_clion.md
+++ b/documents/building/dev_celix_with_clion.md
@@ -67,6 +67,6 @@ then update the "Google Test" template so that the 
`active_run.sh` Conan generat
 "Environment variables" entry. 
 
 If the Apache Celix CMake build directory is 
`home/joe/workspace/celix/cmake-build-debug` then the value for 
-"Environment variables" should be: `source 
/home/joe/workspace/celix/cmake-build-debug/activate_run.sh`
+"Environment variables" should be: `source 
/home/joe/workspace/celix/cmake-build-debug/environment_run.sh.env`
 
 ![Configure CLion](media/clion_run_configuration_template.png)

Reply via email to