diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-12-09 20:37:38 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-12-10 15:36:54 +0000 |
commit | 2df39c398d846c2e54f9931aed972bbf23f6c5e2 (patch) | |
tree | d9c171f76b755b1ca35a930b415b060b3ff700d1 /docs | |
parent | 6124a977223a6283ffada4bd9170b691e52246d1 (diff) | |
download | meson-2df39c398d846c2e54f9931aed972bbf23f6c5e2.zip meson-2df39c398d846c2e54f9931aed972bbf23f6c5e2.tar.gz meson-2df39c398d846c2e54f9931aed972bbf23f6c5e2.tar.bz2 |
Add a missing newline in release note [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Release-notes-for-0.49.0.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.49.0.md b/docs/markdown/Release-notes-for-0.49.0.md index 5ccda76..9b0dfaa 100644 --- a/docs/markdown/Release-notes-for-0.49.0.md +++ b/docs/markdown/Release-notes-for-0.49.0.md @@ -44,7 +44,9 @@ target specific arguments to the compiler and linker will need to be added explicitly from the cross-file(`c_args`/`c_link_args`/`cpp_args`/`cpp_link_args`) or some other way. Refer to the CC-RX User's manual for additional compiler -and linker options.## CMake `find_package` dependency backend +and linker options. + +## CMake `find_package` dependency backend Meson can now use the CMake `find_package` ecosystem to detect dependencies. Both the old-style `<NAME>_LIBRARIES` |