summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-12-22 10:29:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-02 22:58:05 -0700
commitb7188e8c1bfe0e148c3d3e6d08a9004cdfb2264d (patch)
treede322e24e4ffb17a783b14fada8f0bfb0f1304a5 /src
parent78168bfef1fa508b5c37220d068d8835184a0404 (diff)
build: only include GNUInstallDirs once
Avoid including the utility once, which should avoid some unnecessary CMake checks, and reduces duplication.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5171cde..9b7b4dd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,8 +2,6 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.3")
cmake_policy(SET CMP0063 NEW)
endif()
-include(GNUInstallDirs)
-
set(LIBRARY "libcmark")
set(STATICLIBRARY "libcmark_static")
set(HEADERS