diff options
author | Naios <naios-dev@live.de> | 2016-03-14 15:45:39 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-19 23:19:52 +0100 |
commit | 0db4f018e8df1a44d2657ca21e2e47038c1aab06 (patch) | |
tree | 3924892183a3c06b7a98bd76f35e3a153d1d3ffb /CMakeLists.txt | |
parent | 853eee75b0f36b7d26262df50ba477d8ab96dfe6 (diff) |
CMake: Use inherited dependencies in common and tools
(cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1)
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 d24ba679598..17d4e1f051d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ endif() include(CheckPlatform) include(GroupSources) +include(AutoCollect) find_package(PCHSupport) find_package(MySQL) |