Skip to content

Commit

Permalink
update cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
mudream4869 authored and mmp committed Oct 12, 2019
1 parent 22eded1 commit e19f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# (https://www.slideshare.net/DanielPfeifer1/cmake-48475415) are violated
# in this file. Would be nice to address some of these.

CMAKE_MINIMUM_REQUIRED ( VERSION 2.8.4 )
CMAKE_MINIMUM_REQUIRED ( VERSION 3.1.0 )

# For sanitizers
SET (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down

0 comments on commit e19f232

Please sign in to comment.