Skip to content

Commit

Permalink
fixup cpp.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 22, 2023
1 parent 656fa9e commit d1b6127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ if(BUILD_MATH_OPT)
)
generate_proto_library(
NAME math_opt
FILES ${MATH_OPT_PROTO_FILES})
FILES ${MATH_OPT_PROTO_FILES}
LINK_LIBRARIES ${PROJECT_NAMESPACE}::${PROJECT_NAME}_proto)
endif()

###############
Expand Down

0 comments on commit d1b6127

Please sign in to comment.