Skip to content

Commit 040fff2

Browse files
committed
DOC: Fix build instructions for external lib
1 parent c7bc5b1 commit 040fff2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.28.1 - TBD
4+
5+
### Enhancements
6+
- Fixed documentation for using external versions of libraries (credit: @ElBellaCiao)
7+
38
## 0.28.0 - 2025-01-21
49

510
### Breaking changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You'll need to ensure the following dependencies are installed:
6969

7070
By default, date, cpp-httplib and nlohmann\_json are downloaded by CMake as part of the build process.
7171
If you would like to use a local version of these libraries, enable the CMake flag
72-
`DATABENTO_ENABLE_EXTERNAL_DATE`, `DATABENTO_ENABLE_EXTERNAL_HTTPLIB`, or `DATABENTO_ENABLE_EXTERNAL_JSON` respectively.
72+
`DATABENTO_USE_EXTERNAL_DATE`, `DATABENTO_USE_EXTERNAL_HTTPLIB`, or `DATABENTO_USE_EXTERNAL_JSON` respectively.
7373

7474
#### Ubuntu
7575

0 commit comments

Comments
 (0)