Skip to content
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

Modify and update CMake #664

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Modify and update CMake #664

merged 1 commit into from
Sep 25, 2023

Conversation

spdomin
Copy link
Contributor

@spdomin spdomin commented Sep 25, 2023

@spdomin spdomin merged commit 2de1b42 into NaluCFD:master Sep 25, 2023
@spdomin spdomin deleted the naluCmake branch September 25, 2023 21:11
@@ -13,6 +13,11 @@ option(ENABLE_PARAVIEW_CATALYST
option(ENABLE_WARNINGS "Add -Wall to show compiler warnings" ON)
option(ENABLE_EXTRA_WARNINGS "Add -Wextra to show even more compiler warnings" OFF)

########################### NALU-first #####################################
# Set Nalu's compilers, CMAKE_FIND_LIBRARY_PREFIXES
# and CMAKE_FIND_LIBRARY_SUFFIXES, etc, after inheriting settings from Trilinos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"after inheriting settings from Trilinos" is not really true anymore, correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean that second line?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What I means is that NaLU is no longer "inheriting settings from Trilinos" since it has to define the compilers before calling find_package(Trilinos ...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants