Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit c229d0a

Browse files
committed
Merge pull request #5 from isolis/nopants
switch to cmake 3.2
2 parents 20f29d0 + 04ffdf9 commit c229d0a

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 3.3)
1+
cmake_minimum_required(VERSION 3.2)
22
project(cmake)
33
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
44

0 commit comments

Comments
 (0)