Skip to content

Commit e0ebaba

Browse files
committed
build: update cmake version requirements
1 parent 73cd8a3 commit e0ebaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
PROJECT(NTLM C)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
22

3-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
3+
PROJECT(NTLM C)
44

55
IF (POLICY CMP0042)
66
CMAKE_POLICY(SET CMP0042 NEW)

0 commit comments

Comments
 (0)