Skip to content
Snippets Groups Projects

Change where LHCB_UNUSED_SUBDIR_MESSAGE_TYPE is initialized

Merged Marco Clemencic requested to merge 190-better-unused-files-tuning-run2 into run2-patches
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -27,6 +27,11 @@ list(PREPEND CMAKE_MODULE_PATH ${LHCbConfigUtils_DIR})
find_package(PkgConfig)
include(FindDataPackage)
set(LHCB_UNUSED_SUBDIR_MESSAGE_TYPE "WARNING"
CACHE STRING "Message type for detected unused subdirs")
set(LHCB_UNUSED_SOURCE_MESSAGE_TYPE "WARNING"
CACHE STRING "Message type for detected unused source files")
#[========================================================================[.rst:
.. cmake:command:: lhcb_env
@@ -290,8 +295,6 @@ macro(lhcb_finalize_configuration)
gaudi_install(CMAKE lhcbproject.yml)
endif()
set(LHCB_UNUSED_SUBDIR_MESSAGE_TYPE "WARNING" CACHE STRING "Message type for detected unused subdirs")
set(LHCB_UNUSED_SOURCE_MESSAGE_TYPE "WARNING" CACHE STRING "Message type for detected unused source files")
# check that we actually build everything in the project
# - check all subdirs are included
get_property(added_subdirs DIRECTORY PROPERTY SUBDIRECTORIES)
Loading