Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): lock exact version of spdlog and fmtlib transitive dependency #621

Open
wants to merge 129 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
0dc0748
Lock exact version of spdlog and its dependency fmtlib
Dec 3, 2024
266affb
Fix compilation issue on MacOS
Dec 4, 2024
0ce2faf
Fix cmake compilation issue
Dec 4, 2024
114f075
clp-package: Add Python __future__.annotations import to allow runnin…
kirkrodrigues Jun 10, 2024
2a1f85f
gh-actions: Update to latest versions of all actions. (#436)
kirkrodrigues Jun 11, 2024
619fdb0
core-clp: Add CLI command to extract a compressed file as IR. (#420)
haiqi96 Jun 12, 2024
00a7f6c
pr-template: Remove unnecessary references section and add instructio…
kirkrodrigues Jun 12, 2024
8bc5f5e
clo: Add orig_file_id and log_event_ix to search results. (#424)
haiqi96 Jun 12, 2024
8283916
lint: Apply latest version of eslint-config-yscope. (#441)
kirkrodrigues Jun 13, 2024
0af9f08
clp-s: Add archive_id to search results. (#435)
haiqi96 Jun 14, 2024
4ab24c4
clp-s: Add support for decompression in ascending timestamp order. (#…
gibber9809 Jun 14, 2024
28ac70c
Add log-viewer-webui component with boilerplate Fastify server. (#442)
kirkrodrigues Jun 14, 2024
bec6191
docs: Fix unreferenced doc. (#443)
kirkrodrigues Jun 15, 2024
f7c07fb
ffi: Extract some serialization methods for use in other files. (#444)
LinZhihao-723 Jun 16, 2024
02b648a
core: Add C++ classes for read-only memory-mapped files and UNIX file…
LinZhihao-723 Jun 17, 2024
fdda85b
package: Rename "search" to "query" in search-cluster related variabl…
haiqi96 Jun 18, 2024
4cc27e3
clo: Add CLI command to extract a compressed file as IR. (#437)
haiqi96 Jun 22, 2024
262b2d5
ffi: Add WIP Serializer class for the next IR stream format. (#446)
LinZhihao-723 Jun 22, 2024
abdbfcf
Taskfile: Replace utility tasks with ones from `yscope-dev-utils`. (#…
kirkrodrigues Jun 24, 2024
e614a48
package: Add support for different query job types: (#452)
haiqi96 Jun 24, 2024
e3eacca
clp-s: Add support for chunking output into different files during ti…
gibber9809 Jun 25, 2024
a564af2
docs: Add tooling to check and validate build: (#447)
kirkrodrigues Jun 25, 2024
d17df24
clp-s: Ensure ArchiveWriterOption is fully initialized when splitting…
gibber9809 Jun 25, 2024
242bb37
Add support for validating and escaping UTF-8 strings. (#453)
LinZhihao-723 Jun 27, 2024
589689d
clp-package: Add handling for IR extraction jobs to the query schedul…
haiqi96 Jun 28, 2024
a9c9abe
clp-s: Correctly report uncompressed size of archives during archive-…
gibber9809 Jul 3, 2024
cb0ebff
clo: Use relative path for file metadata output by an IR extraction j…
haiqi96 Jul 4, 2024
1f0b637
log-viewer-webui: Add boilerplate React client. (#468)
kirkrodrigues Jul 5, 2024
19eecef
clp-package: Deduplicate and clean up code in CLI job-launcher script…
haiqi96 Jul 6, 2024
bd846f6
log-viewer-webui: Serve client using server in production; Add npm sc…
kirkrodrigues Jul 7, 2024
2d49542
linting: Add log-viewer-webui to js-lint tasks. (#475)
kirkrodrigues Jul 8, 2024
c213a7d
clp-core: Replace calls to incomplete UTF-8 validation function with …
LinZhihao-723 Jul 11, 2024
d9bb90c
clp-package: Add log-viewer-webui as a component. (#476)
haiqi96 Jul 12, 2024
aa4cfc7
Taskfiles: Rearrange task attributes to match latest style guide. (#478)
Henry8192 Jul 15, 2024
ad41ef5
clp-package: Fix bugs introduced in #460: (#481)
haiqi96 Jul 15, 2024
3fd34cb
ffi: Add support for serializing msgpack map into KV-pair IR format. …
LinZhihao-723 Jul 17, 2024
d0db46c
core: Replace `boost-outcome` with `outcome`. (#484)
LinZhihao-723 Jul 18, 2024
54a1c21
Add initial implementation of regex_utils library containing a regex …
Bill-hbrhbr Jul 19, 2024
236ea17
clp-package: Add support for extracting files as IR streams through t…
haiqi96 Jul 19, 2024
d8df8f0
core-clp: Fix ArchiveMetadata deserialization by deserializing previo…
LinZhihao-723 Jul 19, 2024
92d78d3
log-viewer-webui: Add server implementation for submitting IR extract…
wraymo Jul 20, 2024
7700567
clp-package: Prevent query scheduler from scheduling two IR extractio…
haiqi96 Jul 23, 2024
b1a9f86
clp-s: Add option to record metadata about decompressed archive chunk…
gibber9809 Jul 23, 2024
4a117d6
regex-utils: Add support for handling escaped regex metacharacters. (…
Bill-hbrhbr Jul 24, 2024
8e1306e
clp-package: Add the log-viewer and serve it using the log-viewer-web…
Henry8192 Jul 24, 2024
b96f5a1
core-clp: Add class to encapsulate `libcurl`'s global resource manage…
LinZhihao-723 Jul 26, 2024
e9d5b2b
Add support for viewing search results in context for text logs (clp-…
junhaoliao Jul 28, 2024
fbc475e
Taskfile: Remove container OS name and version from built package nam…
kirkrodrigues Jul 28, 2024
0148b5d
webui: Optimize Meteor bundle size (fixes #498). (#499)
junhaoliao Jul 28, 2024
16ef663
clp-package: Add support for running package as root (fixes #500). (#…
haiqi96 Jul 29, 2024
1c6c925
regex-utils: Add support for translating regex character sets into wi…
Bill-hbrhbr Jul 30, 2024
ea3b93c
core-clp: Add `EncodedTextAst` class to represent parsed and encoded …
LinZhihao-723 Jul 30, 2024
cda4455
core: Add utilities for generating SHA256 hashes. (#491)
haiqi96 Jul 31, 2024
ed09024
Taskfile: Upgrade Meteor.js version to 2.16 (fixes #505). (#506)
junhaoliao Aug 1, 2024
e23f803
core: Add unit test for LogEventSerializer. (#431)
haiqi96 Aug 2, 2024
d8d21ad
ffi: Add `Value` class to represent all supported primitive values fo…
LinZhihao-723 Aug 8, 2024
2a46b42
clp-s: Report exactly where parsing error occurs when parsing JSON (f…
gibber9809 Aug 12, 2024
b7ad520
clp-core: Refactor FileReader to use RAII. (#496)
haiqi96 Aug 14, 2024
aad78ce
ffi: Add class for key-value pair log events. (#507)
LinZhihao-723 Aug 15, 2024
fef69ca
core: Add `Array` template class to abstract a fixed-size contiguous …
LinZhihao-723 Aug 18, 2024
a7a5dab
webui: Improve UI of links for viewing search results in context. (#515)
junhaoliao Aug 19, 2024
c42d1bb
core: Add signer class to generate presigned S3 URL. (#494)
haiqi96 Aug 21, 2024
8f4f2fc
core: Replace `typedef`s with type aliases. (#520)
AVMatthews Aug 21, 2024
02498db
clp-core: Add a new FileReader class that uses system call without bu…
haiqi96 Aug 22, 2024
8ec439a
core: Add support for retrieving CURL error messages, handle unexpect…
LinZhihao-723 Aug 22, 2024
b62465e
regex-utils: Use `PUBLIC` include visibility for public library heade…
LinZhihao-723 Aug 23, 2024
d7f073a
ffi: Add `Deserializer` class to deserialize log events from key-valu…
LinZhihao-723 Aug 25, 2024
2699ca9
core: Mark spdlog specialization functions as const (fixes #524). (#525)
kirkrodrigues Aug 29, 2024
bc7cf14
Refactor dependency downloads: (#508)
haiqi96 Aug 29, 2024
f6c657d
lint: Fix violations in log-viewer-webui and webui. (#529)
Henry8192 Sep 3, 2024
412e0e2
core: Link reducer-server against missing dynamic libraries; Upgrade …
kirkrodrigues Sep 5, 2024
73356b0
Rebased
kirkrodrigues Sep 6, 2024
c616405
core: Replace `std::unique_ptr<char[]>` with `Array<char>` in `Networ…
LinZhihao-723 Sep 9, 2024
20ff690
ffi: Add support for serializing a `KeyValuePairLogEvent` as a `nlohm…
LinZhihao-723 Sep 9, 2024
07b467d
log-viewer-webui: Update to latest version of yscope-log-viewer to re…
Henry8192 Sep 9, 2024
6535efe
ffi: Fix some missing errors and spelling mistakes in the KV-pair IR …
kirkrodrigues Sep 9, 2024
ce76279
docs: Fix dependency install script path and add missing requirement …
zechenericduan Sep 9, 2024
53534b9
Add OSDI'24 paper on JSON log handling to the README. (#538)
diy1 Sep 13, 2024
eb9e7ea
Linting: Upgrade to latest version of yscope-dev-utils and add C++ li…
kirkrodrigues Sep 13, 2024
45aeaaa
Temporarily lock clang-format to v18.x to resolve lint failures. (#546)
LinZhihao-723 Sep 24, 2024
7b10f41
ffi: Add `IrUnitHandlerInterface` to perform user-defined handling fo…
LinZhihao-723 Sep 28, 2024
6385cb6
ffi: Extract IR unit deserialization methods from `Deserializer` into…
LinZhihao-723 Sep 30, 2024
8b41436
gh-actions: Remove pre-installed Go binaries that conflict with brew'…
LinZhihao-723 Oct 4, 2024
b499711
core: Extract `TransactionManager` from `clp::ffi::ir_stream::Deseria…
LinZhihao-723 Oct 4, 2024
071edce
clp-s: Add support for projecting of a subset of columns during searc…
gibber9809 Oct 7, 2024
b6535c1
ffi: Redesign `Deserializer` API to deserialize key-value pair IR str…
LinZhihao-723 Oct 7, 2024
7f822cb
Temporarily lock Sphinx to v8.0.2 to resolve docs build failure. (#555)
LinZhihao-723 Oct 11, 2024
2c84316
ffi: Move `SchemaTreeNode` into `SchemaTree`; Use an `optional` for t…
LinZhihao-723 Oct 12, 2024
3e8335b
ffi: Add support for serializing/deserializing auto-generated and use…
LinZhihao-723 Oct 18, 2024
cdea01f
clp: Add missing C++ standard library includes in IR parsing files. (…
LinZhihao-723 Oct 22, 2024
7159e21
log-viewer-webui: Update `yscope-log-viewer` to the latest version (w…
junhaoliao Oct 24, 2024
5ece291
package: Upgrade dependencies to resolve security issues. (#536)
Henry8192 Oct 24, 2024
6f7d65f
clp-s: Implement table packing (#466)
gibber9809 Oct 25, 2024
9610ab5
log-viewer-webui: Update `yscope-log-viewer` to the latest version. (…
kirkrodrigues Oct 28, 2024
2feb739
ci: Switch GitHub macOS build workflow to use macos-13 (x86) and maco…
kirkrodrigues Oct 29, 2024
58f98ad
core: Add support for user-defined HTTP headers in `NetworkReader`. (…
anlowee Oct 31, 2024
76c9bc9
chore: Update to the latest version of yscope-dev-utils. (#574)
junhaoliao Nov 7, 2024
c14c4ca
build(core): Upgrade msgpack to v7.0.0. (#575)
LinZhihao-723 Nov 7, 2024
e88e72a
feat(ffi): Update IR stream protocol version handling in preparation …
LinZhihao-723 Nov 7, 2024
e29e6df
fix(taskfiles): Trim trailing slash from URL prefix in `download-and-…
kirkrodrigues Nov 8, 2024
e8a9470
fix(ffi): Correct `clp::ffi::ir_stream::Deserializer::deserialize_nex…
LinZhihao-723 Nov 8, 2024
140f526
fix(taskfiles): Update `yscope-log-viewer` sources in `log-viewer-web…
junhaoliao Nov 8, 2024
1e53f2c
fix(cmake): Add Homebrew path detection for `mariadb-connector-c` to …
LinZhihao-723 Nov 10, 2024
7a1c842
refactor(ffi): Make `get_schema_subtree_bitmap` a public method of `K…
LinZhihao-723 Nov 10, 2024
fb70484
ci: Schedule GitHub workflows to daily run to detect failures due to …
LinZhihao-723 Nov 10, 2024
ee8c8ad
docs: Update the required version of task. (#567)
haiqi96 Nov 11, 2024
e50c423
docs(ffi): Update `ffi::ir_stream::Serializer`'s doc string to remove…
LinZhihao-723 Nov 12, 2024
4543d61
ci: Add GH workflow to validate PR titles follow Conventional Commits…
LinZhihao-723 Nov 12, 2024
2a81913
feat: Add support for escaping characters in KQL key names. (#560)
gibber9809 Nov 13, 2024
62538f3
build(core-clp): Remove `boost::iostream` dependency. (#450)
LinZhihao-723 Nov 15, 2024
a48b066
test(core): Update `network_reader_with_valid_http_header_kv_pairs` t…
LinZhihao-723 Nov 15, 2024
7054958
feat(clp-package): Add support for extracting JSON streams from archi…
haiqi96 Nov 18, 2024
afdb394
feat(clp-s): Record log-order at compression time. (#584)
gibber9809 Nov 19, 2024
e095213
feat(clp-s): Chunk output by size (in bytes) during ordered decompres…
gibber9809 Nov 20, 2024
84f7366
feat(webui): Support viewing search results in context for JSON logs …
haiqi96 Nov 21, 2024
44604c1
fix(gh-macos-build): Check if pkg-config is installed before trying t…
kirkrodrigues Nov 22, 2024
a402054
refactor(core): Fix clang-tidy warnings in the streaming compressor i…
Bill-hbrhbr Nov 23, 2024
4d1e9e6
feat(clp-package): Add support for deleting archives that are exclusi…
haiqi96 Nov 27, 2024
1da88c6
feat(clp-s): Add the write path for single-file archives. (#563)
wraymo Nov 27, 2024
7632955
test: Allow multiple trials when unittesting http headers (#613)
anlowee Nov 28, 2024
a1fd272
chore(log-viewer-webui): Update `yscope-log-viewer` to the latest ver…
junhaoliao Nov 29, 2024
95d4425
test(clp-s): Add end-to-end test case for compression and extraction.…
AVMatthews Dec 2, 2024
3329aae
docs(clp-json): Update list of characters that requires escaping in q…
gibber9809 Dec 2, 2024
f5f1613
feat(core): Add `ErrorCode` template to standardize conversion of use…
LinZhihao-723 Dec 2, 2024
52a16f8
Fix compilation issue on MacOS
Dec 4, 2024
7a08ac8
Rebased and addressed code review comments
Dec 4, 2024
765b19d
Merge branch 'y-scope:main' into main-exact-lib-version
jackluo923 Dec 4, 2024
ae54f7b
Print the actual fmt version found rather than the minimum version.
Dec 4, 2024
3dc9eb7
Added validation of upperbound fmtlib version check.
Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 49 additions & 14 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,37 +105,72 @@ else()
message(FATAL_ERROR "Could not find ${CLP_LIBS_STRING} libraries for Boost")
endif()

# Find and setup fmt
# NOTE:
# - We only try to link to the static library
# - spdlog uses fmt, so their versions need to be kept in-sync
find_package(fmt 8.0.1 REQUIRED)
if(fmt_FOUND)
message(STATUS "Found fmt ${fmt_VERSION}")
else()
message(FATAL_ERROR "Could not find static libraries for fmt")
endif()
# Find and setup spdlog and fmt transitive dependency

# Find and setup spdlog
# Specify the minimum required spdlog version (can be overridden by the user)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The user shouldn't really be allowed to override the version since they could easily pick a version that's incompatible with the code, right?

set (spdlog_MIN_VERSION "1.9.0" CACHE STRING "Minimum required version of spdlog")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be CLP_SPDLOG_MIN_VERSION according to our CMake guidelines.

if(CLP_USE_STATIC_LIBS)
# NOTE: On some Linux distributions (e.g. Ubuntu), the spdlog package only contains a dynamic
# library. If the `find_package(spdlog)` call below fails, re-run
# `tools/scripts/lib_install/<dist_name>/install-packages-from-source.sh` to build spdlog from
# source.
set(spdlog_USE_STATIC_LIBS ON)
endif()
find_package(spdlog 1.9.2 REQUIRED)
find_package(spdlog ${spdlog_MIN_VERSION} REQUIRED)
if(spdlog_FOUND)
message(STATUS "Found spdlog ${spdlog_VERSION}")
else()
message("You may want to re-run `components/core/tools/scripts/lib_install/<dist>/install-packages-from-source.sh`")
if (CLP_USE_STATIC_LIBS)
message(FATAL_ERROR "Could not find static libraries for spdlog. You may want to re-run
`components/core/tools/scripts/lib_install/<dist>/install-packages-from-source.sh`")
message(FATAL_ERROR "Could not find static libraries for spdlog.")
else()
message(FATAL_ERROR "Could not find libraries for spdlog.")
endif()
endif()
Comment on lines 122 to 129
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because REQUIRED causes a FATAL error if the package isn't found, the else block won't be executed. We should clean up this CMakeLists.txt in another PR or wait for Bill's refactoring to take effect.


# Determine the lower bound version compatibility of fmt w.r.t to spdlog
if(spdlog_VERSION VERSION_GREATER_EQUAL "1.15.0")
set(FMT_MIN_VERSION "11.0.0")
elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.12.0")
set(FMT_MIN_VERSION "10.0.0")
elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.11.0")
set(FMT_MIN_VERSION "9.0.0")
elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.9.0")
set(FMT_MIN_VERSION "8.0.0")
else()
message(FATAL_ERROR "Unsupported spdlog version (${spdlog_VERSION}). Minimum supported version is 1.9.0.")
endif()
Comment on lines +131 to +142
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the reasons explained below, this is unnecessary.


# Find fmt with the compatible version
# NOTE:
# - We only try to link to the static library
find_package(fmt ${FMT_MIN_VERSION} REQUIRED)
kirkrodrigues marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we specify a version of fmt in the find_package call, what we're saying is we want a version of fmt that's ABI-compatible with the version we specify. But that's not what we want. We just want a version of fmt that's compatible with the installed version of spdlog; since we check that below, specifying a version here is unnecessary.

if(fmt_FOUND)
# Determine the upper bound version compatibility of fmt w.r.t to spdlog
if(spdlog_VERSION VERSION_GREATER_EQUAL "1.15.0")
# Empty block, no upper version limit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be conservative and assume that spdlog v1.15.x will only be compatible with fmt v11.

elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.12.0")
if (fmt_VERSION VERSION_GREATER_EQUAL "11.0.0")
message(FATAL_ERROR "Unsupported fmt version (${fmt_VERSION}). Support version: 10.0.0 <= version < 11.0.0")
endif()
elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.11.0")
if (fmt_VERSION VERSION_GREATER_EQUAL "10.0.0")
message(FATAL_ERROR "Unsupported fmt version (${fmt_VERSION}). Support version: 9.0.0 <= version < 10.0.0")
endif()
elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.9.0")
if (fmt_VERSION VERSION_GREATER_EQUAL "9.0.0")
message(FATAL_ERROR "Unsupported fmt version (${fmt_VERSION}). Support version: 8.0.0 <= version < 9.0.0")
endif()
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a default case that prints an error.

message(STATUS "Found fmt ${fmt_VERSION}")
else()
message(FATAL_ERROR "Could not find static libraries for fmt")
endif()

# Print the selected versions for debugging
message(STATUS "Using spdlog version ${spdlog_VERSION}")
message(STATUS "Using fmt version ${fmt_VERSION}")
Comment on lines +170 to +172
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are redundant since we're already printing "Found Xxx" for each library above.


Comment on lines -109 to +173
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's how I would write it:

# Find and set up spdlog
set(CLP_SPDLOG_MIN_VERSION "1.9.0")
if(CLP_USE_STATIC_LIBS)
    # NOTE: On some Linux distributions (e.g. Ubuntu), the spdlog package only contains a dynamic
    # library. If the `find_package(spdlog)` call below fails, re-run
    # `tools/scripts/lib_install/<dist_name>/install-packages-from-source.sh` to build spdlog from
    # source.
    set(spdlog_USE_STATIC_LIBS ON)
endif()
find_package(spdlog "${CLP_SPDLOG_MIN_VERSION}" REQUIRED)
if(spdlog_FOUND)
    message(STATUS "Found spdlog ${spdlog_VERSION}")
    if(spdlog_VERSION VERSION_LESS CLP_SPDLOG_MIN_VERSION)
        message(FATAL_ERROR "spdlog v${spdlog_VERSION} is unsupported. Minimum supported version is"
                " ${CLP_SPDLOG_MIN_VERSION}.")
    endif()
endif()

# Find and set up a version of fmt that's compatible with the installed version of spdlog
# NOTE:
# - We only try to link to the static library
find_package(fmt REQUIRED)
if(fmt_FOUND)
    # Validate that the installed fmt version is compatible with the installed spdlog version
    if(spdlog_VERSION VERSION_GREATER_EQUAL "1.15")
        if(fmt_VERSION VERSION_GREATER "11")
            message(FATAL_ERROR "fmt v${fmt_VERSION} is unsupported. Only v11 is supported with spdlog"
                    " v${spdlog_VERSION}.")
        endif()
    elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.12")
        if(fmt_VERSION VERSION_GREATER_EQUAL "11")
            message(FATAL_ERROR "fmt v${fmt_VERSION} is unsupported. Only v10 is supported with spdlog"
                    " v${spdlog_VERSION}.")
        endif()
    elseif(spdlog_VERSION VERSION_GREATER_EQUAL "1.11")
        if(fmt_VERSION VERSION_GREATER_EQUAL "10")
            message(FATAL_ERROR "fmt v${fmt_VERSION} is unsupported. Only v9 is supported with spdlog"
                    " v${spdlog_VERSION}.")
        endif()
    elseif(spdlog_VERSION VERSION_GREATER_EQUAL CLP_SPDLOG_MIN_VERSION)
        if(fmt_VERSION VERSION_GREATER_EQUAL "9")
            message(FATAL_ERROR "fmt v${fmt_VERSION} is unsupported. Only v8 is supported with spdlog"
                    " v${spdlog_VERSION}.")
        endif()
    else()
        message(FATAL_ERROR "Internal error: spdlog v${spdlog_VERSION} is unhandled.")
    endif()
    message(STATUS "Found fmt ${fmt_VERSION}")
endif()

I'll explain why in other comments.

# Find and setup libarchive
if(CLP_USE_STATIC_LIBS)
set(LibArchive_USE_STATIC_LIBS ON)
Expand Down
Loading