Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jul 1, 2024
1 parent fc06a3d commit 4c69faf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include(CTest)
if (FORTRAN)
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
add_executable(fortrantest TestFortranAPI.f90)
# set(CMAKE_Fortran_LINK_EXECUTABLE "<LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
# set_property(TARGET fortrantest PROPERTY LINKER_LANGUAGE Fortran)
if (NOT FAST_BUILD)
target_link_libraries(fortrantest libhighs FortranHighs)
else()
Expand Down

0 comments on commit 4c69faf

Please sign in to comment.