root: add CLING_CXX_PATH variable to CMake build (#23888)
Closes issue #23886.
This commit is contained in:
parent
1b6b5e1611
commit
de27e6cbdd
@ -350,7 +350,10 @@ def cmake_args(self):
|
|||||||
define('shared', True),
|
define('shared', True),
|
||||||
define('soversion', True),
|
define('soversion', True),
|
||||||
define('testing', self.run_tests),
|
define('testing', self.run_tests),
|
||||||
define_from_variant('thread', 'threads')
|
define_from_variant('thread', 'threads'),
|
||||||
|
# The following option makes sure that Cling will call the compiler
|
||||||
|
# it was compiled with at run time; see #17488, #18078 and #23886
|
||||||
|
define('CLING_CXX_PATH', self.compiler.cxx),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Options related to ROOT's ability to download and build its own
|
# Options related to ROOT's ability to download and build its own
|
||||||
|
Loading…
Reference in New Issue
Block a user