Skip to content

Commit

Permalink
Update CMake min version.
Browse files Browse the repository at this point in the history
Also run dos2unix for CMakeLists file.
  • Loading branch information
ningfei committed Oct 21, 2024
1 parent c0be114 commit ed6a38b
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 265 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)

if(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
Expand Down
Loading

0 comments on commit ed6a38b

Please sign in to comment.