File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ endif()
111111if (PJ_INSTALL_SDK)
112112 include (CMakePackageConfigHelpers )
113113
114- set (PJ_PACKAGE_VERSION "1.0 .0" )
114+ set (PJ_PACKAGE_VERSION "0.7 .0" )
115115 set (PJ_PACKAGE_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR} /cmake/plotjuggler_sdk)
116116
117117 install (EXPORT plotjuggler_sdkTargets
Original file line number Diff line number Diff line change 66 plugin_sdk — umbrella for plugin authors (base + dialog SDK + parser SDK)
77 plugin_host — umbrella for host loaders (data_source/parser/toolbox/dialog)
88
9- A consuming Conan recipe declares e.g. `plotjuggler_sdk/1.0 .0` and then:
9+ A consuming Conan recipe declares e.g. `plotjuggler_sdk/0.7 .0` and then:
1010
1111 find_package(plotjuggler_sdk REQUIRED COMPONENTS plugin_sdk)
1212 target_link_libraries(my_plugin PRIVATE plotjuggler_sdk::plugin_sdk)
3030
3131class PlotjugglerSdkConan (ConanFile ):
3232 name = "plotjuggler_sdk"
33- version = "1.0 .0"
33+ version = "0.7 .0"
3434 # Apache-2.0 covers the whole SDK (pj_base + pj_plugins). See LICENSE.
3535 license = "Apache-2.0"
3636 url = "https://github.com/PlotJuggler/plotjuggler_sdk"
You can’t perform that action at this time.
0 commit comments