diff --git a/CMakeLists.txt b/CMakeLists.txt index 78bd2b97..3383da6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ if (REFLECTCPP_USE_VCPKG) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file") endif () -project(reflectcpp VERSION 0.17.0 LANGUAGES CXX) +project(reflectcpp VERSION 0.19.0 LANGUAGES CXX) if (REFLECTCPP_BUILD_SHARED) add_library(reflectcpp SHARED) diff --git a/reflectcpp-config.cmake.in b/reflectcpp-config.cmake.in index 25a82744..f000148a 100644 --- a/reflectcpp-config.cmake.in +++ b/reflectcpp-config.cmake.in @@ -44,7 +44,7 @@ if (REFLECTCPP_MSGPACK) endif() if (REFLECTCPP_TOML) - find_dependency(toml11) + find_dependency(tomlplusplus) endif() if (REFLECTCPP_XML) diff --git a/vcpkg.json b/vcpkg.json index fd41f379..e953b57d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "reflectcpp", - "version-string": "0.17.0", + "version-string": "0.19.0", "builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077", "dependencies": [ {