Skip to content

Commit

Permalink
eckit::codec on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Mar 25, 2024
1 parent d979813 commit bd368c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ecbuild_add_option( FEATURE XXHASH
### eckit::codec

ecbuild_add_option( FEATURE ECKIT_CODEC
DEFAULT OFF
DEFAULT ON
DESCRIPTION "eckit::codec encoding/decoding library" )

set( eckit_CODEC_STATIC_ASSERT ON CACHE BOOL "eckit::codec static assertions" )
Expand Down Expand Up @@ -302,8 +302,8 @@ add_subdirectory( tests )
add_subdirectory( regressions )

ecbuild_add_resources( TARGET ${PROJECT_NAME}_top_files
SOURCES AUTHORS README.md NOTICE LICENSE
INSTALL ChangeLog COPYING )
SOURCES AUTHORS README.md NOTICE LICENSE
INSTALL ChangeLog COPYING )

############################################################################################
# finalize
Expand Down

0 comments on commit bd368c0

Please sign in to comment.