commit | 0c4e96f956cd7e3dc527ef215b14c0407148f46c | [log] [tgz] |
---|---|---|
author | soroshsabz <soorosh_abi@hotmail.com> | Fri Mar 15 15:05:18 2019 +0330 |
committer | James E. King III <jking@apache.org> | Fri Mar 15 07:35:18 2019 -0400 |
tree | 2bc1d8477988206f8a16dad9357d630a164e0594 | |
parent | bf27637960aca6a6c3c5eb700a677e57b88b2409 [diff] [blame] |
THRIFT-4811: Add CMake config file and targets. (see #4752) (#1748) * Add CMake config file and targets. (see #4752) * Exclude cygwin Co-Authored-By: soroshsabz <soorosh_abi@hotmail.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index c77a601..1880b79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -53,6 +53,9 @@ # Generate the config.h file include(ConfigureChecks) +# Generate the ThriftConfig.cmake module +include(GenerateConfigModule) + # Packaging include(CPackConfig)