Skip to content

Commit

Permalink
rm an unused script in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Sep 12, 2023
1 parent 515dc10 commit f0f1e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Utility/Pre-Processing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ add_executable( manning manning.f90)
##add_executable( relocate_wet_source_elem relocate_wet_source_elem.f90)
add_executable( split_quads_wwm split_quads_wwm.f90)
add_executable( viz_source viz_source.f90 )
add_executable( viz_source_sink viz_source_sink.f90 )

#target_link_libraries (create_dummy_zcor utillib )
target_link_libraries (convert_3Dth_nc utillib ${NetCDFLIBS} ${HDF5_LIBRARIES})
Expand All @@ -31,5 +30,5 @@ target_link_libraries (gen_vqs_2 utillib )
target_link_libraries (gen_vqs_2masters utillib )
target_link_libraries (gen_nudge_from_hycom utillib ${NetCDFLIBS} ${HDF5_LIBRARIES})

add_dependencies(utility check_openbnd convert_3Dth_nc convert_nudge_nc fix_bad_quads find_small_elem gen_hdif gen_vqs_1 gen_vqs_2 gen_vqs_2masters gen_nudge gen_nudge2 gen_nudge_from_hycom gen_slope_filter gen_slope_filter2 gen_source list_bnd_pt manning split_quads_wwm viz_source viz_source_sink )
add_dependencies(utility check_openbnd convert_3Dth_nc convert_nudge_nc fix_bad_quads find_small_elem gen_hdif gen_vqs_1 gen_vqs_2 gen_vqs_2masters gen_nudge gen_nudge2 gen_nudge_from_hycom gen_slope_filter gen_slope_filter2 gen_source list_bnd_pt manning split_quads_wwm viz_source )

0 comments on commit f0f1e25

Please sign in to comment.