Skip to content

Commit

Permalink
minor reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rtodling committed Nov 21, 2024
1 parent 4a82b16 commit 5f0555a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GMAO_perllib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ set(perlscripts
acquire_obsys
)

install (
PROGRAMS ${perl_files} ${perl_packages} ${perlscripts}
DESTINATION bin
)

set(perldirs
ESMA
GrADS
Expand All @@ -35,11 +40,6 @@ foreach(perldir ${perldirs})
)
endforeach()

install (
PROGRAMS ${perl_files} ${perl_packages} ${perlscripts}
DESTINATION bin
)

set(perlscripts_with_dasperl
Err_Log.pl
fndate.pl
Expand Down

0 comments on commit 5f0555a

Please sign in to comment.