Skip to content

Commit

Permalink
removed PROGRAMS option (always true)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddegrauwe committed Dec 5, 2024
1 parent 48bc996 commit 6836425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ ecbuild_add_option( FEATURE ETRANS
DEFAULT OFF
DESCRIPTION "Include Limited-Area-Model Transforms" )

ecbuild_add_option( FEATURE PROGRAMS
DEFAULT ON
DESCRIPTION "Build src/programs" )

ecbuild_add_option( FEATURE ECTRANS4PY
DEFAULT OFF
CONDITION HAVE_ETRANS
Expand Down
5 changes: 2 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
# nor does it submit to any jurisdiction.

add_subdirectory( trans )
if(HAVE_PROGRAMS)
add_subdirectory( programs )
endif()
add_subdirectory( programs )

if( HAVE_TRANSI )
add_subdirectory(transi)
endif()
Expand Down

0 comments on commit 6836425

Please sign in to comment.