From 2622d3851573cd44fc7b36bfd15f07215f434d4b Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Mon, 18 Mar 2019 23:58:41 +1300 Subject: Normalize CMake with cmakelint, 2-space indent --- include/proj/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proj/CMakeLists.txt b/include/proj/CMakeLists.txt index 0f889f74..0d9abee3 100644 --- a/include/proj/CMakeLists.txt +++ b/include/proj/CMakeLists.txt @@ -2,6 +2,6 @@ set(installdest ${INCLUDEDIR}/proj) install( FILES util.hpp metadata.hpp common.hpp crs.hpp datum.hpp - coordinatesystem.hpp coordinateoperation.hpp io.hpp nn.hpp + coordinatesystem.hpp coordinateoperation.hpp io.hpp nn.hpp DESTINATION ${installdest} ) -- cgit v1.2.3