Skip to content

Conversation

@adriano-tumino
Copy link

Updated CMake configuration following modern standards.

  • Library exposed as an INTERFACE target
  • Removed local third-party dependencies and added support for downloading them via CPM (with local cache enabled)
  • Added build flags for Benchmark and Test targets
  • Updated CI test configuration

TODO:

  • Reintroduce dependencies on libcds and Boost for benchmarking

Copy link
Owner

@mpoeter mpoeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late response and thank you for this PR - this is something I wanted to do for a long time but never found the time for it. However, I think it needs a bit more polishing.

Comment on lines +156 to 160
// carica la configurazione di base
_config = tao::config::from_file(opts.configfile);

// applica override dai parametri della riga di comando
for (const auto& param : opts.params) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use English for writing comments.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think each subfolder should have its own CMakeLists file and in this file we just include the subfolders. This would make it cleaner and easier to maintain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants