Skip to content

Commit

Permalink
chore(cleanup): delete unnecessary file and remove from the build sys…
Browse files Browse the repository at this point in the history
…tem (#394)
  • Loading branch information
krishnakumarg1984 authored Jul 21, 2023
1 parent cdeab17 commit dfb7a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cpp/sopt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(TIFF_FOUND)
list(APPEND headers utilities.h)
endif()
if(SOPT_MPI)
list(APPEND sources mpi/communicator.cc mpi/registered_types.cc mpi/session.cc wavelets/sara.cc)
list(APPEND sources mpi/communicator.cc mpi/registered_types.cc mpi/session.cc)
list(APPEND mpi_headers mpi/communicator.h mpi/registered_types.h mpi/utilities.h mpi/session.h)
endif()
if (cppflow)
Expand Down Expand Up @@ -85,7 +85,7 @@ if (cppflow)
endif()


target_link_libraries(sopt ${CONAN_LIBS})
target_link_libraries(sopt ${CONAN_LIBS})

install(FILES ${headers} DESTINATION include/sopt)
install(FILES ${wavelet_headers} DESTINATION include/sopt/wavelets)
Expand Down
4 changes: 0 additions & 4 deletions cpp/sopt/wavelets/sara.cc

This file was deleted.

0 comments on commit dfb7a27

Please sign in to comment.