Mount a stl modulemap for non libcxx implementations.
This commit is contained in:
parent
efd446871c
commit
1f0cf5c847
@ -258,6 +258,12 @@ if (UNIX)
|
||||
|
||||
MESSAGE(STATUS "Cling will look for C++ headers in '${CLING_CXX_HEADERS}' at runtime.")
|
||||
|
||||
# In modules builds we 'mount' our own stl modulemap for libstdc++. In order to do this,
|
||||
# we need to know where is ROOT/cling STL.
|
||||
if (cxxmodules)
|
||||
set_property(GLOBAL PROPERTY ROOT_CLING_CXX_HEADERS_LOCATION "${CLING_CXX_HEADERS}")
|
||||
endif(cxxmodules)
|
||||
|
||||
if (CLING_CXX_PATH)
|
||||
MESSAGE(STATUS "And if not found, will invoke: '${CLING_CXX_PATH}' for them.")
|
||||
if (CLING_CXX_RLTV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user