Skip to content

Commit

Permalink
changelog: 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 26, 2024
1 parent f37b6c9 commit e7d43b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## 0.13.2

When building for Apple targets, CMake now adds an RPATH to the library targets (i.e. `watcher-c`).

The CMake buildfile now uses a more conventional `BUILD_TESTING` to control whether test targets are produced (instead of `BUILD_TEST`).
CMake now:
- Defaults to *not* build sanitizer and test targets
- Adds an RPATH to the library targets (i.e. `watcher-c`) when building for Apple targets
- Uses a more conventional `BUILD_TESTING` to control whether test targets are produced (instead of `BUILD_TEST`)

Various documentation improvements in the readme and CMake build file.

Expand Down

0 comments on commit e7d43b9

Please sign in to comment.