This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 VCPKG_DEFAULT_TRIPLET : x64-windows
7676 GENERATOR : " Visual Studio 16 2019"
7777 ARCH : " x64"
78- PMDK_VERSION : " 1.8 "
78+ PMDK_VERSION : " 1.9 "
7979 CMAKE_TOOLCHAIN_FILE : " C:\\ vcpkg\\ scripts\\ buildsystems\\ vcpkg.cmake"
8080 CMAKE_INSTALL_PREFIX : " C:\\ install\\ libpmemobj-cpp"
8181 WORKDIR : " D:\\ a\\ libpmemobj-cpp\\ libpmemobj-cpp\\ "
Original file line number Diff line number Diff line change 3737 set (SRCVERSION ${VERSION} )
3838endif ()
3939
40- set (LIBPMEMOBJ_REQUIRED_VERSION 1.8 )
40+ set (LIBPMEMOBJ_REQUIRED_VERSION 1.9 )
4141set (LIBPMEM_REQUIRED_VERSION 1.7)
4242# Only pmreorder in ver. >= 1.9 guarantees reliable output
4343set (PMREORDER_REQUIRED_VERSION 1.9)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ To install **libpmemobj-cpp** on Fedora or RedHat execute:
6565You will need the following packages for compilation:
6666
6767- ** cmake** >= 3.3
68- - ** libpmemobj-dev(el)** >= 1.8 (https://pmem.io/pmdk/ )
68+ - ** libpmemobj-dev(el)** >= 1.9 (https://pmem.io/pmdk/ )
6969- compiler with C++11 support
7070 - **gcc** >= 4.8.1<sup> 1</sup>
7171 - **clang** >= 3.3
You can’t perform that action at this time.
0 commit comments