Skip to content

Commit dd5dff7

Browse files
committed
revert librt change that I used for testing
1 parent f973af9 commit dd5dff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/seqan3-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ endif ()
225225
# ----------------------------------------------------------------------------
226226

227227
# librt
228-
find_library (SEQAN3_RT_LIB klrt)
228+
find_library (SEQAN3_RT_LIB rt)
229229
if (SEQAN3_RT_LIB)
230230
list (APPEND SEQAN3_LIBRARIES ${SEQAN3_RT_LIB})
231231
endif ()

0 commit comments

Comments
 (0)