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 21eb81c commit eb86d49Copy full SHA for eb86d49
.github/workflows/test-fortran-macos.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
13
- - uses: fortran-lang/setup-fortran@v1
+ - uses: fortran-lang/setup-fortran@v1.8
14
id: setup-fortran
15
with:
16
compiler: 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