]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
URANIE- add JSONCPP lib directory
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 16 Jul 2021 12:14:41 +0000 (14:14 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 16 Jul 2021 12:14:41 +0000 (14:14 +0200)
products/env_scripts/URANIE.py

index 994644d20b685cbb03d29545768be1db35426b6d..f39f5785b9e558b637129e7c5c5c17563dac05c2 100644 (file)
@@ -56,6 +56,9 @@ def set_env(env, prereq_dir, version, forBuild=None):
     # OPT
     opt_env = os.path.join(uranie, 'OPT++','optpp-2.4','lib')
     env.prepend('LD_LIBRARY_PATH', opt_env)
+    # JSONCPP
+    jsoncpp_env = os.path.join(uranie,'JSONCPP','jsoncpp-0.10.5','lib')
+    env.prepend('LD_LIBRARY_PATH', jsoncpp_env)
 
 def set_nativ_env(env):
   pass