Skip to content

Commit c1960c4

Browse files
authored
Merge pull request #1 from ami-iit/traversaro-patch-1
Fix use of project in CMake 4.0
2 parents d62b4c1 + 6607d76 commit c1960c4

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,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 2.8.3...3.5)
22

33
# Either this or bump cmake_minimum_required to 3.0+
44
# Allow us to use Version in project() call : https://cmake.org/cmake/help/v3.0/policy/CMP0048.html#policy:CMP0048

0 commit comments

Comments
 (0)