Skip to content

Commit eb86d49

Browse files
committed
try 14 and LINKER_LANGUAGE
1 parent 21eb81c commit eb86d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: fortran-lang/setup-fortran@v1
13+
- uses: fortran-lang/setup-fortran@v1.8
1414
id: setup-fortran
1515
with:
1616
compiler: gcc

check/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(CTest)
33
if (FORTRAN AND NOT BUILD_EXTRA_UNIT_ONLY)
44
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
55
add_executable(fortrantest TestFortranAPI.f90)
6-
# set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
6+
set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE Fortran)
77
if (NOT FAST_BUILD)
88
target_link_libraries(fortrantest libhighs FortranHighs)
99
else()

0 commit comments

Comments
 (0)