-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimal tidy of CMake scripts (#277)
* Minimal tidy of CMake scripts Purely cosmetic for clarity and next step of improving linking. * Reduce CMake max version to support older VecCore VecCore still uses CMake's long deprecated FindCUDA module, resulting in issues with policy CMP0146: https://cmake.org/cmake/help/latest/policy/CMP0146.html Reduce max CMake version to 3.24 to prevent this error until upstream is patched.
- Loading branch information
1 parent
f76b10f
commit 2482f39
Showing
7 changed files
with
220 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# SPDX-FileCopyrightText: 2020 CERN | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# - Common data for testing | ||
configure_file(data/cms2018_sd.gdml ${PROJECT_BINARY_DIR}/cms2018_sd.gdml) | ||
configure_file(data/ppttbar.hepmc3 ${PROJECT_BINARY_DIR}/ppttbar.hepmc3) | ||
|
||
# - Subprojects | ||
add_subdirectory(Example1) | ||
add_subdirectory(IntegrationBenchmark) | ||
add_subdirectory(IntegrationBenchmark) |
Oops, something went wrong.