We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3597ab commit af2c46fCopy full SHA for af2c46f
.github/workflows/test-fortran-macos.yml
@@ -14,7 +14,7 @@ jobs:
14
id: setup-fortran
15
with:
16
compiler: gcc
17
- version: 11
+ version: 13
18
19
# - name: Install GFortran
20
# run: brew install gfortran gcc
check/CMakeLists.txt
@@ -3,7 +3,7 @@ include(CTest)
3
if (FORTRAN AND NOT BUILD_EXTRA_UNIT_ONLY)
4
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
5
add_executable(fortrantest TestFortranAPI.f90)
6
- set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
+ # set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
7
if (NOT FAST_BUILD)
8
target_link_libraries(fortrantest libhighs FortranHighs)
9
else()
0 commit comments