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. --- man/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'man') diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index e0acd75..13e8742 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,7 +1,4 @@ if (NOT MSVC) - -include(GNUInstallDirs) - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man1/cmark.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) -- cgit v1.2.3