-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General cleanup: * cmake_policy is set by cmake_minimum_required and we don't have any need to deviate from that value * Restrict some of our global activities to only if we're top level. Can't use PROJECT_IS_TOP_LEVEL until v3.21, though. Probably a long ways to go before we're a good citizen to be consumed by another project, but it's a step. * Use CMAKE_MODULE_PATH to avoid hardcoding paths, and improve the SNR of the CMake file. * Play nicer with Multi-Config generators (like Ninja Multi-Config) * Enable GLOBAL_DEPENDS_NO_CYCLES. Looks like we're clean. Let's keep it that way. No functional change.
- Loading branch information
1 parent
5aa1866
commit f3b2069
Showing
1 changed file
with
36 additions
and
35 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