Skip to content

Commit

Permalink
eckit::geo eckit::codec disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Nov 2, 2023
1 parent 3ec265b commit e152ed9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/eckit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,6 @@ add_subdirectory( option )
add_subdirectory( web )

if( HAVE_EXPERIMENTAL )
add_subdirectory( codec )
add_subdirectory( geo )
endif()

6 changes: 3 additions & 3 deletions src/eckit/geo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ list(APPEND eckit_geo_srcs
grid/regular/RegularGaussian.h
grid/regular/RegularLL.cc
grid/regular/RegularLL.h
grid/unstructured/ORCA.cc
grid/unstructured/ORCA.h
# grid/unstructured/ORCA.cc # requires eckit::codec
# grid/unstructured/ORCA.h
grid/unstructured/UnstructuredFromGrid.cc
grid/unstructured/UnstructuredFromGrid.h
iterator/Reduced.cc
Expand Down Expand Up @@ -122,7 +122,7 @@ set(eckit_geo_include_dirs
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/src>
)

set(eckit_geo_libs eckit_maths eckit_codec)
set(eckit_geo_libs eckit_maths) # eckit_codec

if(HAVE_PROJ)
list(APPEND eckit_geo_srcs projection/PROJ.cc projection/PROJ.h)
Expand Down
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if( HAVE_ECKIT_SQL )
endif()

if( HAVE_EXPERIMENTAL )
add_subdirectory( codec )
add_subdirectory( geo )
add_subdirectory( experimental )
endif()

0 comments on commit e152ed9

Please sign in to comment.