-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gate CMake tests behind
AU_ENABLE_TESTING
option (#303)
This brings in the external contributions from #297, merges in the latest main, and prepends an `AU_` prefix to the option. A future PR will add another option to let users opt out of the GTest dependency entirely, losing access to the `Au::testing` target (which wouldn't be any loss to people who don't use GTest). To test: ```sh cmake \ -S . \ -B cmake/build \ -DAU_ENABLE_TESTING=FALSE \ -DCMAKE_VERIFY_INTERFACE_HEADER_SETS=TRUE \ && cmake \ --build cmake/build \ --target all ``` Helps #257. --------- Co-authored-by: Riff, Eric <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 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