diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-12-22 10:29:46 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-01-02 22:58:05 -0700 |
commit | b7188e8c1bfe0e148c3d3e6d08a9004cdfb2264d (patch) | |
tree | de322e24e4ffb17a783b14fada8f0bfb0f1304a5 /man | |
parent | 78168bfef1fa508b5c37220d068d8835184a0404 (diff) |
build: only include GNUInstallDirs once
Avoid including the utility once, which should avoid some unnecessary
CMake checks, and reduces duplication.
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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) |