cmark

My personal build of CMark ✏️

Commit
1e5cef94bc3bc084e7b4ead7482016fda2881cd8
Parent
e97d8f3cd405970c74d44b0ded87b1954fe0f2ba
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #240 from nwellnhof/add-cmake-include

Include GNUInstallDirs in src/CMakeLists.txt

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
@@ -2,6 +2,8 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.3")
     cmake_policy(SET CMP0063 NEW)
 endif()
 
+include(GNUInstallDirs)
+
 set(LIBRARY "libcmark")
 set(STATICLIBRARY "libcmark_static")
 set(HEADERS