Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions core/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,20 +198,13 @@ set(BASE_SOURCES
src/TVirtualX.cxx
)

if(root7)
set(BASE_HEADER_DIRS inc/ v7/inc/)
list(APPEND BASE_HEADERS
ROOT/RIndexIter.hxx)
endif()

# only here complete list of headers can be propogated to parent cmake file
set_property(TARGET Core APPEND PROPERTY DICT_HEADERS ${BASE_HEADERS})

target_sources(Core PRIVATE ${BASE_SOURCES})

target_include_directories(Core PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/inc>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/v7/inc>
)

if(PCRE2_FOUND)
Expand Down
161 changes: 0 additions & 161 deletions core/base/v7/inc/ROOT/RIndexIter.hxx

This file was deleted.

Loading