Skip to content

Commit 79882bd

Browse files
guitargeekanigamova
authored andcommitted
CMake: passing optional rootcling options to dictionary generation
1 parent d755272 commit 79882bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
3939

4040
ROOT_GENERATE_DICTIONARY(G__${LIBNAME} HiggsAnalysis/CombinedLimit/src/classes.h LINKDEF src/classes_def.xml
4141
MODULE ${LIBNAME}
42-
OPTIONS --deep)
42+
OPTIONS ${ROOTCLING_OPTIONS})
4343
add_library(${LIBNAME} SHARED ${SOURCES} G__${LIBNAME}.cxx)
4444
set_target_properties(${LIBNAME} PROPERTIES PUBLIC_HEADER "${HEADERS}")
4545
target_link_libraries (${LIBNAME} Eigen3::Eigen ${ROOT_LIBRARIES} ${Boost_LIBRARIES} VDT::VDT)

0 commit comments

Comments
 (0)