File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if (REFLECTCPP_USE_VCPKG)
6464 set (CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR} /vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file" )
6565endif ()
6666
67- project (reflectcpp VERSION 0.17 .0 LANGUAGES CXX )
67+ project (reflectcpp VERSION 0.19 .0 LANGUAGES CXX )
6868
6969if (REFLECTCPP_BUILD_SHARED)
7070 add_library (reflectcpp SHARED )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if (REFLECTCPP_MSGPACK)
4444endif ()
4545
4646if (REFLECTCPP_TOML)
47- find_dependency (toml11 )
47+ find_dependency (tomlplusplus )
4848endif ()
4949
5050if (REFLECTCPP_XML)
Original file line number Diff line number Diff line change 11{
22 "name" : " reflectcpp" ,
3- "version-string" : " 0.17 .0" ,
3+ "version-string" : " 0.19 .0" ,
44 "builtin-baseline" : " cd124b84feb0c02a24a2d90981e8358fdee0e077" ,
55 "dependencies" : [
66 {
You can’t perform that action at this time.
0 commit comments