cmark

My personal build of CMark ✏️

Commit
c187089e8725b45144ec668c4bd95b99b28633d5
Parent
4af0266a3540f9b8178105e30c501f4f9b6b697f
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #108 from tinysun212/master

Moved the cmake minimum version to top line

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified CMakeLists.txt 2 1 1
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -1,5 +1,5 @@
-project(cmark)
 cmake_minimum_required(VERSION 2.8.9)
+project(cmark)
 include("FindAsan.cmake")
 
 if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")