This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 08e5d52b72 IGNITE-18802 Fix (#1707)
08e5d52b72 is described below
commit 08e5d52b724c6664906f45234cf96e2d5beedf2b
Author: Dmitriy Zabotlin <[email protected]>
AuthorDate: Wed Feb 22 13:06:14 2023 +0200
IGNITE-18802 Fix (#1707)
Co-authored-by: dzabotlin <[email protected]>
---
modules/platforms/cpp/ignite/client/CMakeLists.txt | 2 --
modules/platforms/cpp/ignite/schema/CMakeLists.txt | 2 --
2 files changed, 4 deletions(-)
diff --git a/modules/platforms/cpp/ignite/client/CMakeLists.txt
b/modules/platforms/cpp/ignite/client/CMakeLists.txt
index 1399299c29..53bf6486d8 100644
--- a/modules/platforms/cpp/ignite/client/CMakeLists.txt
+++ b/modules/platforms/cpp/ignite/client/CMakeLists.txt
@@ -71,6 +71,4 @@ if (${INSTALL_IGNITE_FILES})
ignite_install_headers(FILES ${PUBLIC_HEADERS} DESTINATION
${IGNITE_INCLUDEDIR}/client)
endif()
-ignite_install_headers(FILES ${PUBLIC_HEADERS} DESTINATION
${IGNITE_INCLUDEDIR}/client)
-
ignite_test(primitive_test primitive_test.cpp LIBS ${TARGET})
diff --git a/modules/platforms/cpp/ignite/schema/CMakeLists.txt
b/modules/platforms/cpp/ignite/schema/CMakeLists.txt
index 598f3e43ab..bc8fade208 100644
--- a/modules/platforms/cpp/ignite/schema/CMakeLists.txt
+++ b/modules/platforms/cpp/ignite/schema/CMakeLists.txt
@@ -50,5 +50,3 @@ if (${INSTALL_IGNITE_FILES})
ignite_install_headers(FILES ${PUBLIC_HEADERS} DESTINATION
${IGNITE_INCLUDEDIR}/schema)
endif()
-
-ignite_install_headers(FILES ${PUBLIC_HEADERS} DESTINATION
${IGNITE_INCLUDEDIR}/schema)