Skip to content

Commit

Permalink
move to manually generated schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
bergm committed Oct 16, 2024
1 parent e65f579 commit f02290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set_absolute_path(CAPNP_SCHEMAS_DIR ${MAS_INFRASTRUCTURE_DIR}/capnproto_schemas)

if (NOT TARGET capnp_schemas_lib)
message(STATUS "target: capnp_schemas_lib")
add_subdirectory(${CAPNP_SCHEMAS_DIR} mas-infrastructure/capnproto_schemas)
add_subdirectory(${CAPNP_SCHEMAS_DIR}/gen/c++ mas-infrastructure/capnproto_schemas)
endif ()

if (NOT TARGET common_lib)
Expand Down

0 comments on commit f02290a

Please sign in to comment.