Skip to content

Commit e9a87ee

Browse files
authored
[cmake] remove v7 prototype
1 parent 9bf353b commit e9a87ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/base/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,10 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.23.0") # https://discourse.cmake.org/t/file
218218
PRIVATE
219219
FILE_SET private_header_files
220220
TYPE HEADERS
221-
BASE_DIRS inc/ src/ v7/inc/
221+
BASE_DIRS inc/ src/
222222
FILES
223223
${CMAKE_CURRENT_SOURCE_DIR}/src/TListOfTypes.h
224224
${FULL_BASE_HEADERS}
225-
${CMAKE_CURRENT_SOURCE_DIR}/v7/inc/ROOT/RFloat16.hxx
226-
${CMAKE_CURRENT_SOURCE_DIR}/v7/inc/ROOT/RIndexIter.hxx
227225
)
228226
endif()
229227

0 commit comments

Comments
 (0)