Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/qvac-lib-inference-addon-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if(BUILD_TESTING)
endif()

project(qvac-lib-inference-addon-cpp
VERSION 1.1.4
LANGUAGES CXX)

find_path(VCPKG_INSTALLED_PATH share/qvac-lint-cpp/.clang-format REQUIRED)
Expand Down Expand Up @@ -39,9 +38,6 @@ install(TARGETS qvac-lib-inference-addon-cpp
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

include(CMakePackageConfigHelpers)
write_basic_package_version_file("qvac-lib-inference-addon-cppConfigVersion.cmake"
VERSION ${PROJECT_VERSION}
COMPATIBILITY SameMajorVersion)

configure_package_config_file(
"${PROJECT_SOURCE_DIR}/cmake/qvac-lib-inference-addon-cppConfig.cmake.in"
Expand All @@ -55,7 +51,6 @@ install(EXPORT qvac-lib-inference-addon-cpp_Targets
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/qvac-lib-inference-addon-cpp/cmake)

install(FILES "${PROJECT_BINARY_DIR}/qvac-lib-inference-addon-cppConfig.cmake"
"${PROJECT_BINARY_DIR}/qvac-lib-inference-addon-cppConfigVersion.cmake"
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/qvac-lib-inference-addon-cpp/cmake)

install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/qvac-lib-inference-addon-cpp DESTINATION include)
Expand Down
2 changes: 1 addition & 1 deletion packages/qvac-lib-inference-addon-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qvac-lib-inference-addon-cpp",
"version": "1.1.5",
"version": "1.1.6",
"dependencies": [
{
"name": "qvac-lint-cpp",
Expand Down
Loading