Skip to content

Commit

Permalink
remove nad subdirectory from consideration in PROJ build
Browse files Browse the repository at this point in the history
This breaks cross-compiled Bazel builds due to
OSGeo#1235. We appear to never need
`nad2bin`, so we can safely just exclude this entire directory.
  • Loading branch information
rickystewart committed Jun 15, 2021
1 parent 9016763 commit c8ff958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ set(INCLUDEDIR "${DEFAULT_INCLUDEDIR}" CACHE PATH "The directory to install incl
include_directories(${PROJ4_SOURCE_DIR}/src)

message(STATUS "")
add_subdirectory(nad)
add_subdirectory(src)
add_subdirectory(man)
add_subdirectory(cmake)
Expand Down

0 comments on commit c8ff958

Please sign in to comment.