Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Remove ser4cpp from public dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
emgre committed Jun 7, 2019
1 parent 30a5c3d commit 8d18f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cpp/examples/decoder/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* limitations under the License.
*/

#include <ser4cpp/container/Buffer.h>
#include <log4cpp/Logger.h>

#include <opendnp3/ConsoleLogger.h>
Expand Down
4 changes: 2 additions & 2 deletions cpp/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,8 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${all_sources})
add_library(opendnp3 ${all_sources})
target_compile_features(opendnp3 PRIVATE cxx_std_14)
target_link_libraries(opendnp3
PUBLIC log4cpp ser4cpp # This will be private once the master database refactoring is done
PRIVATE exe4cpp asio
PUBLIC log4cpp
PRIVATE ser4cpp exe4cpp asio
)
target_include_directories(opendnp3
PUBLIC ./include
Expand Down

0 comments on commit 8d18f71

Please sign in to comment.