diff options
| author | 杨威 <[email protected]> | 2022-07-27 19:59:15 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2022-07-28 17:14:54 +0800 |
| commit | 599f10684cfb7f26a2bb90364eab9ee4832f577e (patch) | |
| tree | 2d1e7688fa7778cb528c65adcef94f1a69a79c10 /CMakeLists.txt | |
| parent | 9b9a58340bddac520ec125aa9eb83c566684ef9d (diff) | |
🦄 refactor(sysinfo stream status ): 分开统计TCP和UDP哈希表最大冲突链计数
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 04ed87d..241cf46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) include(Version) set(CMAKE_MACOSX_RPATH 0) +set(CMAKE_EXPORT_COMPILECOMMANDS ON) # see here: https://github.com/PointCloudLibrary/pcl/issues/3680 # when this is fixed, we can remove the following 3 lines. |
