Skip to content

Commit 3f6ff06

Browse files
committed
cmake/mgr: mgr_cap_obj depends on legacy-option-headers
Signed-off-by: Casey Bodley <[email protected]>
1 parent 1fb3d07 commit 3f6ff06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mgr/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_library(mgr_cap_obj OBJECT
22
MgrCap.cc)
3+
target_link_libraries(mgr_cap_obj legacy-option-headers)
34

45
if(WITH_MGR)
56
set(mgr_srcs

0 commit comments

Comments
 (0)