Skip to content

Commit 1521572

Browse files
committed
build(cmake): drop spurious fortran_tester link from library target
The library has no dependency on fortran_tester; only one test used it. Leftover from the fortran_tester submodule removal.
1 parent c865296 commit 1521572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_library(${LIB}
1616
flap_utils_m.f90
1717
)
1818
add_library(${NAMESPACE}${LIB} ALIAS ${LIB})
19-
target_link_libraries(${LIB} FACE::FACE PENF::PENF fortran_tester::fortran_tester)
19+
target_link_libraries(${LIB} FACE::FACE PENF::PENF)
2020

2121
target_include_directories(${LIB}
2222
INTERFACE

0 commit comments

Comments
 (0)