Skip to content

Commit ca07652

Browse files
committed
drt: depend on dst_lib not dst in drt_lib
Signed-off-by: Matt Liberty <[email protected]>
1 parent 1dc6161 commit ca07652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ target_link_libraries(drt_lib
111111
PUBLIC
112112
stt_lib
113113
utl_lib
114-
dst
114+
dst_lib
115115
Threads::Threads
116116
OpenMP::OpenMP_CXX
117117
${Boost_LIBRARIES}

0 commit comments

Comments
 (0)