cmark

My personal build of CMark ✏️

Commit
da380e005356f26090606fd7ea2f85aaa858bd5d
Parent
cc625a9bbc0be974b1d12dd3d9c202ea47f78f72
Author
John MacFarlane <jgm@berkeley.edu>
Date

Set policy for CMP0063 to avoid a warning.

See #162.

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified src/CMakeLists.txt 2 2 0
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -1,4 +1,6 @@
 cmake_minimum_required(VERSION 2.8)
+cmake_policy(SET CMP0063 NEW)
+
 set(LIBRARY "libcmark")
 set(STATICLIBRARY "libcmark_static")
 set(HEADERS