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

Optionally specify Fortran compiler with only FC #31

Open
zmoon opened this issue Apr 19, 2023 · 0 comments
Open

Optionally specify Fortran compiler with only FC #31

zmoon opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zmoon
Copy link
Member

zmoon commented Apr 19, 2023

CMake supports this but currently we have that setting the CMAKE_Fortran_COMPILER env var is required:

NEXUS/CMakeLists.txt

Lines 5 to 6 in 3842818

if(NOT DEFINED ENV{CMAKE_Fortran_COMPILER})
message(FATAL_ERROR "CMAKE_Fortran_COMPILER is not defined")

@zmoon zmoon added the enhancement New feature or request label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant