diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 10:27:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-22 10:27:28 +0200 |
commit | b20f047e015980329af4131500bce8b72e340737 (patch) | |
tree | d1c0ce21e5606d0a3f30966260fe3a66b4b99dd8 /CMakeLists.txt | |
parent | 73620251fb9af400fecc4af2de32b6b6ccc770ac (diff) |
cmake: rename macros -> boilerplate
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5213721f..6457b3c5 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(CMakeParseArguments) include(opentrack-policy) include(opentrack-qt) include(opentrack-platform) -include(opentrack-macros) +include(opentrack-boilerplate) include(opentrack-version) include(opentrack-tarball) include(opentrack-install) |