diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f0303be3eb..1ca6e7ce59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ include(FindPackageHandleStandardArgs) include(GNUInstallDirs) include(Deps) +include(Find) include(InstallHelpers) include(PreventInTreeBuilds) include(Util) |