From 5f94ca30f1a573d6e29d81f3e70896114ef1bea2 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Wed, 3 Nov 2021 16:26:59 +0100 Subject: [PATCH] removed deprecated root include --- ctbGui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctbGui/CMakeLists.txt b/ctbGui/CMakeLists.txt index c6371ea92..5a0f978b8 100644 --- a/ctbGui/CMakeLists.txt +++ b/ctbGui/CMakeLists.txt @@ -61,7 +61,6 @@ set( HEADERS #set(ROOT_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR}) # ROOT dictionary generation -include("${ROOT_DIR}/RootMacros.cmake") root_generate_dictionary(ctbDict ${HEADERS} LINKDEF ctbLinkDef.h) add_library(ctbRootLib SHARED ctbDict.cxx) target_include_directories(ctbRootLib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) @@ -86,4 +85,5 @@ target_link_libraries(ctbGui PUBLIC set_target_properties(ctbGui PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin -) \ No newline at end of file +) +