aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-19 14:04:22 +0100
committerGitHub <noreply@github.com>2019-03-19 14:04:22 +0100
commit9ead1bfe5afd7e519fe5f83b6603e5147fa91411 (patch)
tree33f872deb81edd3de5609a1519c11083461f4b07 /include
parent42b9332f70859e5f428901cd801c2a4064373373 (diff)
parent2622d3851573cd44fc7b36bfd15f07215f434d4b (diff)
downloadPROJ-9ead1bfe5afd7e519fe5f83b6603e5147fa91411.tar.gz
PROJ-9ead1bfe5afd7e519fe5f83b6603e5147fa91411.zip
Merge pull request #1330 from mwtoews/cmake
Normalize CMake with cmakelint, 2-space indent
Diffstat (limited to 'include')
-rw-r--r--include/proj/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}
)