Skip to content

Commit

Permalink
cmake_minimum_required version
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Jul 11, 2024
1 parent 5f9fac9 commit 3338dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# pmdk_tests - main CMakeLists.txt

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.0)

project(pmdk_tests)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository utilizes [Google Test](https://github.com/google/googletest) C++
### Building The Source ###
To build pmdk-tests, the following packages are required:
* **[PMDK](https://github.com/pmem/pmdk)**
* **CMake - version 2.8.12 or greater**
* **CMake - version 3.0 or greater**

#### Building pmdk-tests ####
In the pmdk-tests root directory:
Expand Down Expand Up @@ -70,6 +70,7 @@ For more information about running tests see [Google Test documentation](https:/

### Other Requirements ###
Python scripts in pmdk-tests are compatible with Python 3.4.
Install libboost-filesystem library.

### See also ###
Detailed documentation for specific test groups:
Expand Down

0 comments on commit 3338dfd

Please sign in to comment.