Skip to content

Commit 0a841db

Browse files
committed
gfortran OK
1 parent e83caab commit 0a841db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

check/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ 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)
76
if (NOT FAST_BUILD)
87
target_link_libraries(fortrantest libhighs FortranHighs)
98
else()

0 commit comments

Comments
 (0)