Skip to content

Commit 39b93c1

Browse files
committed
[rootcling] Remove llvm::cl dependency by using ROOT's optparse
This would potentially remove issues like ``` CommandLine Error: Option 'W' registered more than once! ``` caused by `llvm::cl` registering the same options multiple times when ROOT is linked against a shared `libLLVM`.
1 parent d9fae25 commit 39b93c1

2 files changed

Lines changed: 341 additions & 245 deletions

File tree

core/dictgen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ target_include_directories(Dictgen PRIVATE
5050
${CMAKE_SOURCE_DIR}/core/clib/inc
5151
${CMAKE_SOURCE_DIR}/core/meta/inc
5252
${CMAKE_SOURCE_DIR}/core/foundation/inc
53+
${CMAKE_SOURCE_DIR}/core/utils/inc
5354
${CMAKE_BINARY_DIR}/ginclude
5455
${CLING_INCLUDE_DIRS}
5556
)

0 commit comments

Comments
 (0)