Skip to content

Commit 9c77742

Browse files
committed
style: format CMakeLists.txt
Signed-off-by: Yuming He <ComixHe1895@outlook.com>
1 parent 6f4a5c4 commit 9c77742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ find_package(PkgConfig REQUIRED)
251251
if(linyaps-box_ENABLE_SECCOMP)
252252
pkg_check_modules(libseccomp REQUIRED IMPORTED_TARGET libseccomp>=2.3.3)
253253
list(APPEND linyaps-box_LIBRARY_LINK_LIBRARIES PUBLIC PkgConfig::libseccomp)
254-
#TODO: detect seccomp_arch_resolve_name and use if available
254+
# TODO: detect seccomp_arch_resolve_name and use if available
255255
endif()
256256

257257
if(linyaps-box_ENABLE_CAP)
258-
#TODO: remove libcap and implement it by ourself
258+
# TODO: remove libcap and implement it by ourself
259259
pkg_check_modules(libcap REQUIRED IMPORTED_TARGET libcap>=2.25)
260260
list(APPEND linyaps-box_LIBRARY_LINK_LIBRARIES PUBLIC PkgConfig::libcap)
261261
endif()

0 commit comments

Comments
 (0)