Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
atlasexternals
Commits
e1c87deb
Commit
e1c87deb
authored
Jul 02, 2021
by
Attila Krasznahorkay
Browse files
Merge branch 'SilenceNinja-master-20210702' into 'master'
Silence Ninja, master branch (2021.07.02.) See merge request
!852
parents
7431706d
a3b6dc2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Build/AtlasCMake/modules/AtlasDictionaryFunctions.cmake
View file @
e1c87deb
...
...
@@ -94,7 +94,7 @@ function( atlas_add_dictionary libName libHeader libSelection )
# CMake configuration. But CMake's Ninja generator is not clever enough to
# figure out that we're referring to already existing files here...
add_custom_command
(
OUTPUT
"
${
_stampFile
}
"
COMMAND
${
CMAKE_COMMAND
}
-E
echo
"Generating
${
_stampFile
}
"
)
COMMAND
${
CMAKE_COMMAND
}
-E
true
)
# Set common compiler options:
atlas_set_compiler_flags
()
...
...
Build/AtlasCMake/modules/AtlasLibraryFunctions.cmake
View file @
e1c87deb
# Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
#
# This file collects the ATLAS CMake helper functions that set up the build and
# installation of all the different kinds of libraries that we create in offline
...
...
@@ -488,7 +488,7 @@ function( _atlas_add_cnv_library libName )
# CMake configuration. But CMake's Ninja generator is not clever enough to
# figure out that we're referring to already existing files here...
add_custom_command
(
OUTPUT
"
${
_stampFile
}
"
COMMAND
${
CMAKE_COMMAND
}
-E
echo
"Generating
${
_stampFile
}
"
)
COMMAND
${
CMAKE_COMMAND
}
-E
true
)
# Find the types that we need to make converter(s) for:
set
(
_typeCache
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment