Skip to content
Snippets Groups Projects
Commit 35ce0992 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Merge branch 'clemenci-master-patch-92180' into 'master'

Extend the unknown-attributes warning workaround to ROOT 6.24

See merge request !3048
parents a9d5f64a 8acacc1c
No related branches found
No related tags found
1 merge request!3048Extend the unknown-attributes warning workaround to ROOT 6.24
Pipeline #2594964 passed
......@@ -65,7 +65,7 @@ include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH ON)
list(APPEND CMAKE_PREFIX_PATH /usr)
if(ROOT_VERSION MATCHES "^6\\.22.*")
if(ROOT_VERSION MATCHES "^6\\.2[2-4].*")
set(LHCB_DICT_GEN_DEFAULT_OPTS -Wno-unknown-attributes)
message(STATUS "Generating dictionaries with additional flags: " ${LHCB_DICT_GEN_DEFAULT_OPTS})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment