From 80891dc6f9b30b282519b5ba3583fed944c2fbab Mon Sep 17 00:00:00 2001 From: rnv Date: Sat, 28 Apr 2018 12:09:52 +0300 Subject: [PATCH] Fix for '23553: Replace ABSOLUTE_APPLI_PATH by KERNEL_ROOT_DIR in GEOM and SMESH cmakefiles' issue. --- doc/salome/examples/CTestTestfileInstall.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/salome/examples/CTestTestfileInstall.cmake b/doc/salome/examples/CTestTestfileInstall.cmake index c44ec0c57..a6bd0df5e 100644 --- a/doc/salome/examples/CTestTestfileInstall.cmake +++ b/doc/salome/examples/CTestTestfileInstall.cmake @@ -19,7 +19,7 @@ INCLUDE(tests.set) -SET(SALOME_TEST_DRIVER "$ENV{ABSOLUTE_APPLI_PATH}/bin/salome/appliskel/salome_test_driver.py") +SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py") SET(COMPONENT_NAME SMESH) SET(TIMEOUT 300) -- 2.30.2