Skip to content

Commit 4c69faf

Browse files
authored
Update CMakeLists.txt
1 parent fc06a3d commit 4c69faf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

check/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ include(CTest)
33
if (FORTRAN)
44
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
55
add_executable(fortrantest TestFortranAPI.f90)
6-
# set(CMAKE_Fortran_LINK_EXECUTABLE "<LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
7-
# set_property(TARGET fortrantest PROPERTY LINKER_LANGUAGE Fortran)
86
if (NOT FAST_BUILD)
97
target_link_libraries(fortrantest libhighs FortranHighs)
108
else()

0 commit comments

Comments
 (0)