Skip to content

Commit e8adeab

Browse files
Delete Part for generating manual (#1369)
Co-authored-by: ihsan <ihsandemir@gmail.com>
1 parent 9cff5ef commit e8adeab

File tree

3 files changed

+0
-3287
lines changed

3 files changed

+0
-3287
lines changed

.github/workflows/build-pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@ jobs:
115115
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
116116
HZ_TEST_AWS_INSTANCE_PRIVATE_IP: ${{ secrets.HZ_TEST_AWS_INSTANCE_PRIVATE_IP }}
117117

118-
# Tagged onto another build to avoid re-running the entire build to check separately
119-
- name: Check Reference Manual generated correctly
120-
run: |
121-
if ! git diff --quiet ${OUTPUT_REFERENCE_MANUAL_FILE}; then
122-
echo "::error file=${OUTPUT_REFERENCE_MANUAL_FILE}::File does not match generated version from template"
123-
exit 1
124-
fi
125-
env:
126-
OUTPUT_REFERENCE_MANUAL_FILE: Reference_Manual.md
127-
128118
shared-matrix:
129119
uses: ./.github/workflows/get-shared-matrix.yml
130120

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ project(hazelcast-cpp-client
2323

2424
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2525

26-
# Generate the Reference_Manual.md file using the latest project version.
27-
# If the project version changes, the generated Reference_Manual.md file needs to be
28-
# committed to the repository after generation.
29-
configure_file(Reference_Manual.md.in "${CMAKE_SOURCE_DIR}/Reference_Manual.md" @ONLY)
30-
31-
# Add a custom target to execute the copy command
32-
add_custom_target(copy_reference_manual ALL
33-
DEPENDS "${CMAKE_SOURCE_DIR}/Reference_Manual.md"
34-
)
3526
# Set the default build type for single-config generators if not given
3627
get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
3728
if ((NOT is_multi_config) AND (NOT CMAKE_BUILD_TYPE))

0 commit comments

Comments
 (0)