Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ add_library(FVSfofem SHARED ${CsourceFFE})
add_library(FVS_${varName} SHARED ${FsourceFVS})
add_executable (${prgName} ${FsourceMAIN})

target_link_libraries(${prgName} FVS_${varName} FVSsql FVSfofem )
target_link_libraries(FVS_${varName} FVSsql FVSfofem )
target_link_libraries(${prgName} FVS_${varName} FVSsql FVSfofem -pthread -ldl )
target_link_libraries(FVS_${varName} FVSsql FVSfofem -pthread -ldl )

set_target_properties(${prgName} PROPERTIES LINKER_LANGUAGE Fortran)

Expand Down