forked from tcbrindle/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump required version to 3.12 (we were already implicitly requiring this by using cxx_std_20) * Rename the top-level project to "flux" rather than "libflux" * Rename the test executable to "test-flux" rather than "test-libflux" * Add a flux-internal interface library target which we use to set compile options (mostly warning settings) which will be re-used between the tests and examples * Make the tests and examples use the flux-internal library rather than the flux target itself * Add various extra conformance flags for MSVC * Enable various warnings for Clang
- Loading branch information
Showing
3 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters