cmake: opt-in pkg-config support

This commit is contained in:
Sergiu Deitsch 2024-01-04 15:12:56 +01:00
parent 39df0545e7
commit e1f424a7e2
No known key found for this signature in database

View File

@ -37,7 +37,7 @@ option (PRINT_UNSYMBOLIZED_STACK_TRACES
"Print file offsets in traces instead of symbolizing" OFF)
option (WITH_GFLAGS "Use gflags" ON)
option (WITH_GTEST "Use Google Test" ON)
option (WITH_PKGCONFIG "Enable pkg-config support" ON)
option (WITH_PKGCONFIG "Enable pkg-config support" OFF)
option (WITH_SYMBOLIZE "Enable symbolize module" ON)
option (WITH_THREADS "Enable multithreading support" ON)