Skip to content

Commit 5611b06

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 ed25b12 commit 5611b06

2 files changed

Lines changed: 338 additions & 248 deletions

File tree

core/dictgen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ target_include_directories(Dictgen PRIVATE
5151
${CMAKE_SOURCE_DIR}/core/meta/inc
5252
${CMAKE_SOURCE_DIR}/core/foundation/inc
5353
${CMAKE_BINARY_DIR}/ginclude
54+
${CMAKE_SOURCE_DIR}/main/src
5455
${CLING_INCLUDE_DIRS}
5556
)
5657

0 commit comments

Comments
 (0)