mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
build: Use fairmq-tidy on our own codebase when RUN_FAIRMQ_TIDY=ON
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
# copied verbatim in the file "LICENSE" #
|
||||
################################################################################
|
||||
|
||||
if(BUILD_TIDY_TOOL)
|
||||
include(FairMQTidy)
|
||||
endif()
|
||||
|
||||
#################
|
||||
# libFairMQ_SDK #
|
||||
#################
|
||||
@@ -73,6 +77,9 @@ set_target_properties(${target} PROPERTIES
|
||||
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
|
||||
OUTPUT_NAME FairMQ_${target}
|
||||
)
|
||||
if(BUILD_TIDY_TOOL AND RUN_FAIRMQ_TIDY)
|
||||
fairmq_target_tidy(TARGET ${target})
|
||||
endif()
|
||||
|
||||
###############
|
||||
# executables #
|
||||
|
Reference in New Issue
Block a user