CMakeLists.txt (root_v6.26.08.source) | : | CMakeLists.txt (root_v6.26.10.source) | ||
---|---|---|---|---|
skipping to change at line 82 | skipping to change at line 82 | |||
endif() | endif() | |||
install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -m p y_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") | install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -m p y_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") | |||
install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -O - m py_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") | install(CODE "execute_process(COMMAND ${PYTHON_EXECUTABLE_Development_Main} -O - m py_compile \$ENV{DESTDIR}${absruntimedir}/cmdLineUtils.py)") | |||
configure_file(python/cmdLineUtils.py ${localruntimedir}/cmdLineUtils.py @ONLY) | configure_file(python/cmdLineUtils.py ${localruntimedir}/cmdLineUtils.py @ONLY) | |||
set_source_files_properties(src/rootcling.cxx PROPERTIES | set_source_files_properties(src/rootcling.cxx PROPERTIES | |||
COMPILE_FLAGS "${CLING_CXXFLAGS}" | COMPILE_FLAGS "${CLING_CXXFLAGS}" | |||
VISIBILITY_INLINES_HIDDEN "ON" | VISIBILITY_INLINES_HIDDEN "ON" | |||
) | ) | |||
ROOT_EXECUTABLE(rootcling src/rootcling.cxx LIBRARIES RIO Cling Core) | ROOT_EXECUTABLE(rootcling src/rootcling.cxx LIBRARIES RIO Cling Core Rint) | |||
# rootcling includes the ROOT complex header which would build the complex | # rootcling includes the ROOT complex header which would build the complex | |||
# dictionary with modules. To make sure that rootcling_stage1 builds this | # dictionary with modules. To make sure that rootcling_stage1 builds this | |||
# dict before we use it, we add a dependency here. | # dict before we use it, we add a dependency here. | |||
add_dependencies(rootcling complexDict) | add_dependencies(rootcling complexDict) | |||
target_include_directories(rootcling PRIVATE | target_include_directories(rootcling PRIVATE | |||
${CMAKE_SOURCE_DIR}/core/metacling/res | ${CMAKE_SOURCE_DIR}/core/metacling/res | |||
${CMAKE_SOURCE_DIR}/core/dictgen/res | ${CMAKE_SOURCE_DIR}/core/dictgen/res | |||
${CMAKE_SOURCE_DIR}/io/rootpcm/res) | ${CMAKE_SOURCE_DIR}/io/rootpcm/res) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |