Skip to content

cmake No CMAKE_Fortran_COMPILER could be found. #6

Closed as not planned
Closed as not planned
@afonari

Description

@afonari

(Sorry for spamming with issues)

CMakeLists.txt header:

cmake_minimum_required(VERSION 2.6)
project(packmol Fortran)

Step example:

 - name: Compile using cmake
      if: matrix.compiler == 'cmake'
      run: |
        cmake ./ && cmake --build ./
      shell: bash

Error:

-- The Fortran compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_Fortran_COMPILER could be found.

See repo: https://github.com/afonari/packmol/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions