forked from TriBITSPub/TriBITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version check and calls to cmake_minimum_required() (TriBITSPub#522)
This addresses an issue where Kokkos updates the KokkosConfig_install.cmake file to use 'if (... IN_LIST ...)'. NOTE: There is no test in TriBITS that checks for this change because the TriBITS-generated <Package>Config.cmake and <Project>Config.cmake files don't use 'if (... IN_LIST ...)'. I had to manually test this against Trilinos to verify this makes the error go away. All that the TriBITS testing does is ensure that this change does not break these files for the TriBITS use cases.
- Loading branch information
1 parent
4ab6cae
commit ab41942
Showing
2 changed files
with
18 additions
and
0 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