mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix the Fedora build using CMake
The build previously failed with confusing CMake errors.
This commit is contained in:
parent
546365655d
commit
a132d309a5
|
@ -47,9 +47,8 @@ target_link_libraries(sapi_generator PUBLIC
|
|||
absl::status
|
||||
absl::statusor
|
||||
absl::strings
|
||||
clangFormat
|
||||
clangFrontendTool
|
||||
clangTooling
|
||||
clang
|
||||
clang-cpp
|
||||
sapi::fileops
|
||||
sapi::status
|
||||
${_sapi_generator_llvm_libs}
|
||||
|
@ -77,7 +76,7 @@ if(SAPI_ENABLE_TESTS)
|
|||
sapi::sapi
|
||||
sapi::generator
|
||||
sapi::status
|
||||
sapi::statusor
|
||||
absl::statusor
|
||||
sapi::status_matchers
|
||||
sapi::test_main
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user