alb3rtobr commented on a change in pull request #619:
URL: https://github.com/apache/geode-native/pull/619#discussion_r443618044
##########
File path: cppcache/benchmark/CMakeLists.txt
##########
@@ -19,12 +19,15 @@ add_executable(cpp-benchmark
GeodeHashBM.cpp
GeodeLoggingBM.cpp
NoopBM.cpp
- )
+ PdxTypeBM.cpp)
+
+#add_dependencies(integration-framework)
target_link_libraries(cpp-benchmark
PUBLIC
apache-geode-static
benchmark::benchmark
+ integration-framework
Review comment:
done!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]