-
Notifications
You must be signed in to change notification settings - Fork 43
Fix cmake for installation to a location #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JacobLotz
wants to merge
22
commits into
llnl:master
Choose a base branch
from
JacobLotz:new-cmake-install
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d31ab33
Fix cmake for installation to a location
JacobLotz 583a2ce
Merge remote-tracking branch 'origin/master' into new-cmake-install
JacobLotz e09d264
Added license to libROMConfig.cmake.in
JacobLotz 0cd3331
Streamlined input options
JacobLotz 0d73dc6
Merge branch 'new-cmake-install' of github.com:JacobLotz/libROM-fork …
JacobLotz 7eb30d2
Proposition for construction for finding MFEM.
JacobLotz 311cd88
fix check for internal or enxternal MFEM
JacobLotz 008ff13
Merge remote-tracking branch 'origin/master' into new-cmake-install
JacobLotz 816fcee
fix bug in cmakelists in string compare
JacobLotz 6266504
fix testing
JacobLotz 71df74c
Fix testing 2
JacobLotz e67d36a
Fix testing 2
JacobLotz 3b88a78
fix testing 3
JacobLotz 1180287
Fix testing 4
JacobLotz 6db4f60
Fix testing 5
JacobLotz 35be353
Fix testing 6
JacobLotz 3c5840d
Fix testing 7
JacobLotz fb9bddd
Fix testing 8
JacobLotz f9167d4
clean up
JacobLotz 09cc80a
more clean up and some doc
JacobLotz 8701ef2
Apply fix for hyper reduction from https://github.com/LLNL/libROM/pul…
JacobLotz 1d87f21
Merge branch 'new-cmake-install' of github.com:JacobLotz/libROM-fork …
JacobLotz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| ############################################################################### | ||
| # | ||
| # Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC | ||
| # and other libROM project developers. See the top-level COPYRIGHT | ||
| # file for details. | ||
| # | ||
| # SPDX-License-Identifier: (Apache-2.0 OR MIT) | ||
| # | ||
| ############################################################################### | ||
|
|
||
| @PACKAGE_INIT@ | ||
|
|
||
| include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@_Targets.cmake") | ||
|
|
||
| check_required_components("@PROJECT_NAME@") | ||
| check_required_components("ROM") | ||
|
|
||
| # Variables required for linking etc. | ||
| set(libROM_LIBRARIES ROM) | ||
| set(libROM_ENABLED_LANGUAGES "@ROM_ENABLED_LANGUAGES@") | ||
|
|
||
| check_required_components("@PROJECT_NAME@") | ||
| check_required_components("ROM") | ||
|
|
||
|
|
||
| # Somehow the dependencies should go here -> Did not yet get this working |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.