File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
- ### Added
9
+ ### Fixed
10
+ * CMake: Fix link to system cereal in tests ([ #353 ] ( https://github.com/Simple-Robotics/proxsuite/pull/352 ) )
10
11
12
+ ### Added
11
13
* Stub files for Python bindings, using [ nanobind's native support] ( https://nanobind.readthedocs.io/en/latest/typing.html#stub-generation ) ([ #340 ] ( https://github.com/Simple-Robotics/proxsuite/pull/340 ) )
12
14
13
15
### Changed
14
-
15
16
* Change Python bindings to use nanobind instead of pybind11 ([ #340 ] ( https://github.com/Simple-Robotics/proxsuite/pull/340 ) )
16
17
18
+
17
19
## [ 0.6.7] - 2024-08-27
18
20
19
21
### Added
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ add_test_cflags(
65
65
"-DTEST_SERIALIZATION_FOLDER=\\\\\" ${CMAKE_CURRENT_BINARY_DIR} /serialization-data\\\\\" "
66
66
)
67
67
if (cereal_FOUND)
68
- target_link_libraries (${PROJECT_NAME} -test -cpp-serialization PRIVATE cereal)
68
+ target_link_libraries (${PROJECT_NAME} -test -cpp-serialization PRIVATE cereal::cereal )
69
69
else ()
70
70
target_include_directories (
71
71
${PROJECT_NAME} -test -cpp-serialization SYSTEM
You can’t perform that action at this time.
0 commit comments