File tree 5 files changed +0
-11
lines changed
5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ set CMAKE_PREFIX_PATH=%ROOTSYS%;%CMAKE_PREFIX_PATH%
14
14
set PYTHONPATH = %ROOTSYS% \bin;%PYTHONPATH%
15
15
set OLDPATH =
16
16
set THIS =
17
- set CLING_STANDARD_PCH = " none"
Original file line number Diff line number Diff line change 232
232
setenv JUPYTER_CONFIG_DIR ${ROOTSYS} /etc/notebook
233
233
endif
234
234
235
- # Prevent Cppyy from checking the PCH (and avoid warning)
236
- setenv CLING_STANDARD_PCH none
237
-
238
235
endif # if ("$thisroot" != "")
239
236
240
237
set thisroot=
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ update_path CMAKE_PREFIX_PATH "$old_rootsys" "" $ROOTSYS
50
50
update_path JUPYTER_PATH " $old_rootsys " " /etc/notebook" $ROOTSYS /etc/notebook
51
51
update_path JUPYTER_CONFIG_DIR " $old_rootsys " " /etc/notebook" $ROOTSYS /etc/notebook
52
52
53
- # Prevent Cppyy from checking the PCH (and avoid warning)
54
- set -xg CLING_STANDARD_PCH none
55
-
56
53
functions -e update_path
57
54
set -e old_rootsys
58
55
set -e thisroot
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ $ROOTSYS = split-path -parent (get-item $scriptPath)
7
7
$env: PATH = $ROOTSYS + ' \bin;' + $env: PATH
8
8
$env: CMAKE_PREFIX_PATH = $ROOTSYS + ' ;' + $env: CMAKE_PREFIX_PATH
9
9
$env: PYTHONPATH = $ROOTSYS + ' \bin;' + $env: PYTHONPATH
10
- $env: CLING_STANDARD_PCH = " none"
Original file line number Diff line number Diff line change @@ -252,9 +252,6 @@ clean_environment
252
252
set_environment
253
253
254
254
255
- # Prevent Cppyy from checking the PCH (and avoid warning)
256
- export CLING_STANDARD_PCH=none
257
-
258
255
if (root-config --arch | grep -v win32gcc | grep -q -i win32); then
259
256
ROOTSYS=" $( cygpath -w " $ROOTSYS " ) "
260
257
fi
You can’t perform that action at this time.
0 commit comments