We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d755272 commit 79882bdCopy full SHA for 79882bd
CMakeLists.txt
@@ -39,7 +39,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
39
40
ROOT_GENERATE_DICTIONARY(G__${LIBNAME} HiggsAnalysis/CombinedLimit/src/classes.h LINKDEF src/classes_def.xml
41
MODULE ${LIBNAME}
42
- OPTIONS --deep)
+ OPTIONS ${ROOTCLING_OPTIONS})
43
add_library(${LIBNAME} SHARED ${SOURCES} G__${LIBNAME}.cxx)
44
set_target_properties(${LIBNAME} PROPERTIES PUBLIC_HEADER "${HEADERS}")
45
target_link_libraries (${LIBNAME} Eigen3::Eigen ${ROOT_LIBRARIES} ${Boost_LIBRARIES} VDT::VDT)
0 commit comments