File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if (REFLECTCPP_USE_VCPKG)
64
64
set (CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR} /vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file" )
65
65
endif ()
66
66
67
- project (reflectcpp VERSION 0.17 .0 LANGUAGES CXX )
67
+ project (reflectcpp VERSION 0.19 .0 LANGUAGES CXX )
68
68
69
69
if (REFLECTCPP_BUILD_SHARED )
70
70
add_library (reflectcpp SHARED )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if (REFLECTCPP_MSGPACK)
44
44
endif ()
45
45
46
46
if (REFLECTCPP_TOML )
47
- find_dependency (toml11 )
47
+ find_dependency (tomlplusplus )
48
48
endif ()
49
49
50
50
if (REFLECTCPP_XML )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reflectcpp" ,
3
- "version-string" : " 0.17 .0" ,
3
+ "version-string" : " 0.19 .0" ,
4
4
"builtin-baseline" : " cd124b84feb0c02a24a2d90981e8358fdee0e077" ,
5
5
"dependencies" : [
6
6
{
You can’t perform that action at this time.
0 commit comments