Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to CMake open source build system #6

Closed

Conversation

pedroerp
Copy link
Contributor

Three fixes:

  • Setting default dependency source as AUTO (tries to find locally, bundles if not found).
  • Adds flag to ignore existing folly compiler warning.
  • Removes StopWatch.cpp and its tests from CMake, since it relies on an internal library and is not used anywhere in Alpha today.

With this change, CMake builds successfully (though they only compile alpha/common today).

Three fixes:
* Setting default dependency source as AUTO (tries to find locally,
  bundles if not found).
* Adds flag to ignore existing folly compiler warning.
* Removes StopWatch.cpp and its tests from CMake, since it relies on
  an internal library and is not used anywhere in Alpha today.
@pedroerp pedroerp requested review from wesm and peterboncz January 16, 2024 19:06
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 16, 2024
@facebook-github-bot
Copy link
Contributor

@pedroerp has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@pedroerp merged this pull request in 7d51b91.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants