Skip to content

Commit

Permalink
add boost_serialization dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
planthaber committed Feb 4, 2025
1 parent b70660f commit a3c93b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set(sources items/ItemBase.cpp
util/Demangle.cpp
util/EnvireManager.cpp)

set(deps_pkg_config base-types)
set(deps_pkg_config base-types boost_serialization)

if(PLUGIN_LIBS_FOUND)

Expand Down

0 comments on commit a3c93b6

Please sign in to comment.