diff options
| author | Jaime Soto <jsoto@simverge.com> | 2018-07-19 20:40:19 -0400 |
|---|---|---|
| committer | Jaime Soto <jsoto@simverge.com> | 2019-01-21 22:05:25 -0500 |
| commit | 7bc18139e37b4a9db949bc96bfb13c22f59f8d37 (patch) | |
| tree | 359166fed23b8c881594a709d605292ce4d361f5 /ports/pdal-c/fix-docs-version.patch | |
| parent | c6db2c880a064b29e0b38eda29f19510235fb4c9 (diff) | |
| download | vcpkg-7bc18139e37b4a9db949bc96bfb13c22f59f8d37.tar.gz vcpkg-7bc18139e37b4a9db949bc96bfb13c22f59f8d37.zip | |
[pdal-c] Add pdal-c port files
Diffstat (limited to 'ports/pdal-c/fix-docs-version.patch')
| -rw-r--r-- | ports/pdal-c/fix-docs-version.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/pdal-c/fix-docs-version.patch b/ports/pdal-c/fix-docs-version.patch new file mode 100644 index 000000000..d44b50b61 --- /dev/null +++ b/ports/pdal-c/fix-docs-version.patch @@ -0,0 +1,14 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 1fbc4a4..c8a325a 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -23,7 +23,8 @@ set(CMAKE_RELWITHDEBINFO_POSTFIX "" CACHE STRING "CMake RelWithDebInfo suffix") + set(PDALC_ENABLE_CODE_COVERAGE ON CACHE BOOL "Enable code coverage calculation") + set(PDALC_GCC_PARAM_GGC_MIN_HEAPSIZE "131072" CACHE STRING "GCC garbage collection minimum heap size") + +-include(ObtainProjectVersion) ++set(${PROJECT_NAME}_VERSION "1.8") ++set(BUILD_ID "vcpkg build") + include_directories("${CMAKE_SOURCE_DIR}/source") + + if(CMAKE_COMPILER_IS_GNUCXX) |
