]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pdal-c/fix-docs-version.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pdal-c / fix-docs-version.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 1fbc4a4..c8a325a 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -23,7 +23,8 @@ set(CMAKE_RELWITHDEBINFO_POSTFIX "" CACHE STRING "CMake RelWithDebInfo suffix")
6 set(PDALC_ENABLE_CODE_COVERAGE ON CACHE BOOL "Enable code coverage calculation")
7 set(PDALC_GCC_PARAM_GGC_MIN_HEAPSIZE "131072" CACHE STRING "GCC garbage collection minimum heap size")
8
9 -include(ObtainProjectVersion)
10 +set(${PROJECT_NAME}_VERSION "1.8")
11 +set(BUILD_ID "vcpkg build")
12 include_directories("${CMAKE_SOURCE_DIR}/source")
13
14 if(CMAKE_COMPILER_IS_GNUCXX)