We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4a5c4 commit 9c77742Copy full SHA for 9c77742
1 file changed
CMakeLists.txt
@@ -251,11 +251,11 @@ find_package(PkgConfig REQUIRED)
251
if(linyaps-box_ENABLE_SECCOMP)
252
pkg_check_modules(libseccomp REQUIRED IMPORTED_TARGET libseccomp>=2.3.3)
253
list(APPEND linyaps-box_LIBRARY_LINK_LIBRARIES PUBLIC PkgConfig::libseccomp)
254
- #TODO: detect seccomp_arch_resolve_name and use if available
+ # TODO: detect seccomp_arch_resolve_name and use if available
255
endif()
256
257
if(linyaps-box_ENABLE_CAP)
258
- #TODO: remove libcap and implement it by ourself
+ # TODO: remove libcap and implement it by ourself
259
pkg_check_modules(libcap REQUIRED IMPORTED_TARGET libcap>=2.25)
260
list(APPEND linyaps-box_LIBRARY_LINK_LIBRARIES PUBLIC PkgConfig::libcap)
261
0 commit comments