-
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.
build(deps): bump extern/FairCMakeModules from
ceecfba
to b7d0a4b
Bumps [extern/FairCMakeModules](https://github.com/FairRootGroup/FairCMakeModules) from `ceecfba` to `b7d0a4b`. - [Release notes](https://github.com/FairRootGroup/FairCMakeModules/releases) - [Commits](FairRootGroup/FairCMakeModules@ceecfba...b7d0a4b) --- updated-dependencies: - dependency-name: extern/FairCMakeModules dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
41ac755
commit 06aca19
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule FairCMakeModules
updated
23 files
+10 −0 | .github/dependabot.yml | |
+1 −1 | .github/workflows/docs.yml | |
+22 −4 | .github/workflows/test.yml | |
+20 −0 | .gitlint | |
+22 −3 | CHANGELOG.rst | |
+15 −4 | CMakeLists.txt | |
+5 −0 | cmake/FairCMakeModulesConfig.cmake.in | |
+11 −0 | docs/CMakeLists.txt | |
+31 −8 | docs/development.rst | |
+2 −2 | docs/installation.rst | |
+0 −1 | docs/module/FairFormattedOutput.rst | |
+2 −0 | docs/module/FairProjectConfig.rst | |
+0 −1 | docs/module/FairSummary.rst | |
+5 −2 | src/CMakeLists.txt | |
+195 −5 | src/modules/FairFindPackage2.cmake.in | |
+105 −0 | src/modules/FairProjectConfig.cmake | |
+3 −2 | tests/CMakeLists.txt | |
+1 −0 | tests/FairFindPackage2/CMakeLists.txt | |
+4 −1 | tests/FairFindPackage2/fair_generate_package_dependencies_simple.cmake | |
+42 −0 | tests/FairFindPackage2/find_package2_lcp.cmake | |
+8 −1 | tests/FairFindPackage2/find_package2_simple.cmake | |
+2 −0 | tests/MockPkgConfig.cmake.in | |
+9 −5 | tests/project_mode_include/CMakeLists.txt |