Skip to content
Snippets Groups Projects
Commit 63d1720e authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

rootcling: do not link to dependencies of libCore

parent 81da8213
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,8 @@ else()
set_source_files_properties(src/rootcling.cxx PROPERTIES COMPILE_FLAGS "-DNOMINMAX -D_XKEYCHECK_H")
endif()
ROOT_EXECUTABLE(rootcling src/rootcling.cxx
LIBRARIES RIO Core Cling ${PCRE_LIBRARIES} ${LZMA_LIBRARIES} ZLIB::ZLIB
${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT}
${corelinklibs})
ROOT_EXECUTABLE(rootcling src/rootcling.cxx LIBRARIES RIO Cling Core)
# rootcling includes the ROOT complex header which would build the complex
# dictionary with modules. To make sure that rootcling_stage1 builds this
# dict before we use it, we add a dependency here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment