ROOT does not need the cling-install -I path.
This commit is contained in:
parent
4fb7f8ee07
commit
a1ee1c31cf
@ -386,13 +386,12 @@ ${CMAKE_CURRENT_SOURCE_DIR}/include${cling_path_delim}\
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../clang/include${cling_path_delim}\
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../../include"
|
||||
)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
set(cling_include_deflt "${cling_include_deflt}${cling_path_delim}\
|
||||
if (WIN32)
|
||||
set(cling_include_deflt "${cling_include_deflt}${cling_path_delim}\
|
||||
${CMAKE_BINARY_DIR}/include${cling_path_delim}\
|
||||
${CMAKE_BINARY_DIR}/tools/clang/include"
|
||||
)
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT CLING_INCLUDE_PATHS)
|
||||
|
Loading…
Reference in New Issue
Block a user