You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,7 @@ if(BUILD_HEADERS)
401
401
file(MAKE_DIRECTORYheader_check)
402
402
403
403
foreach(hpp ${ALL_HPPS})
404
-
if(GDAL_FOUND ORNOT ((hpp STREQUAL"osmium/area/problem_reporter_ogr.hpp") OR (hpp STREQUAL"osmium/geom/ogr.hpp")))
404
+
if((GDAL_FOUND AND PROJ_FOUND) ORNOT ((hpp STREQUAL"osmium/area/problem_reporter_ogr.hpp") OR (hpp STREQUAL"osmium/geom/ogr.hpp") OR (hpp STREQUAL"osmium/geom/projection.hpp")))
0 commit comments