From b7188e8c1bfe0e148c3d3e6d08a9004cdfb2264d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 22 Dec 2019 10:29:46 -0800 Subject: build: only include GNUInstallDirs once Avoid including the utility once, which should avoid some unnecessary CMake checks, and reduces duplication. --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.2.3