Browse Source

FindGDAL: fix some indentation

Ben Boeckel 4 years ago
parent
commit
140344da14
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Modules/FindGDAL.cmake

+ 3 - 3
Modules/FindGDAL.cmake

@@ -68,9 +68,9 @@ find_path(GDAL_INCLUDE_DIR gdal.h
     ENV GDAL_DIR
     ENV GDAL_ROOT
   PATH_SUFFIXES
-     include/gdal
-     include/GDAL
-     include
+    include/gdal
+    include/GDAL
+    include
 )
 
 if(UNIX)