Loading parcook/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ add_executable(ddedmn target_link_libraries(ddedmn PRIVATE Szarp2 ${XMLRPCEPI_LIBRARIES} ) add_executable(dpafdmn Loading parcook/ddedmn.cc +0 −13 Original line number Diff line number Diff line Loading @@ -84,8 +84,6 @@ #include "config.h" #ifdef HAVE_XMLRPC_EPI_H #include <string> #include <vector> #include <algorithm> Loading Loading @@ -548,14 +546,3 @@ int main(int argc, char *argv[]) { dded.Run(); } #else #include <iostream> int main(int argc, char *argv[]) { std::cerr << "SZARP need to be compiled with xmlrpc-epi library for this program to work" << std::endl; return 1; } #endif Loading
parcook/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ add_executable(ddedmn target_link_libraries(ddedmn PRIVATE Szarp2 ${XMLRPCEPI_LIBRARIES} ) add_executable(dpafdmn Loading
parcook/ddedmn.cc +0 −13 Original line number Diff line number Diff line Loading @@ -84,8 +84,6 @@ #include "config.h" #ifdef HAVE_XMLRPC_EPI_H #include <string> #include <vector> #include <algorithm> Loading Loading @@ -548,14 +546,3 @@ int main(int argc, char *argv[]) { dded.Run(); } #else #include <iostream> int main(int argc, char *argv[]) { std::cerr << "SZARP need to be compiled with xmlrpc-epi library for this program to work" << std::endl; return 1; } #endif