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 471d784 commit 17edb3bCopy full SHA for 17edb3b
check/CMakeLists.txt
@@ -3,6 +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)
7
if (NOT FAST_BUILD)
8
target_link_libraries(fortrantest libhighs FortranHighs)
9
else()
0 commit comments