Skip to content

Commit 2424734

Browse files
mominfaizanfaizan
andauthored
Fix:#22 CMake Compatibility with Version 4.0.0 (#23)
* resolve the cmake version problem come after 3.5 version issue:#22 * resolve the cmake version problem come after 3.5 version issue:#22 --------- Co-authored-by: faizan <[email protected]>
1 parent 51a9001 commit 2424734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(perceptualdiff)
22

3-
cmake_minimum_required(VERSION 3.1)
3+
cmake_minimum_required(VERSION 3.1...3.5)
44

55
set(CMAKE_CXX_STANDARD 11)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)