Skip to content

Commit

Permalink
linker language
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Aug 27, 2024
1 parent 00e812d commit 0e1dd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,5 @@ CMakeSettings.json
# Nix
.direnv/
result

_CPack_Packages*
1 change: 1 addition & 0 deletions check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include(CTest)
if (FORTRAN)
set(CMAKE_Fortran_MODULE_DIRECTORY ${HIGHS_BINARY_DIR}/modules)
add_executable(fortrantest TestFortranAPI.f90)
set_target_properties(fortrantest PROPERTIES LINKER_LANGUAGE FORTRAN)
if (NOT FAST_BUILD)
target_link_libraries(fortrantest libhighs FortranHighs)
else()
Expand Down

0 comments on commit 0e1dd48

Please sign in to comment.