From: Nabil Ghodbane Date: Tue, 25 May 2021 07:23:06 +0000 (+0200) Subject: reset INCLUDE for ROOT build X-Git-Tag: V9_7_0~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1297f67bf7ecd0694d880079c034b182545eeff2;p=tools%2Fsat_salome.git reset INCLUDE for ROOT build --- diff --git a/products/compil_scripts/root-6.24.bat b/products/compil_scripts/root-6.24.bat index 0e89f39..9d76ea8 100644 --- a/products/compil_scripts/root-6.24.bat +++ b/products/compil_scripts/root-6.24.bat @@ -52,6 +52,7 @@ set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_SYSTEM_VERSION=10.0.19041.0 set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR=%CMAKE_GENERATOR% cd %BUILD_DIR% +SET INCLUDE= set PATH=%BUILD_DIR%\bin;%PATH% echo.