diff options
| author | yangwei <[email protected]> | 2024-07-16 15:50:30 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-07-16 15:54:19 +0800 |
| commit | 828f7551d915860b4fe5ce25cf917b3f2d685bc1 (patch) | |
| tree | 26cbae49dd08ccd5d482b3d30cad865712435b2c /CMakeLists.txt | |
| parent | 0d8ef6b302fe80db6be27e2135d7e96aa128a9cf (diff) | |
✨ feat(metrics update): frome fs3 to fs4
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 59ec5e6..7217e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ file(GLOB SRC "src/*.cpp" ) -set(DEPEND_DYN_LIB MESA_handle_logger fieldstat3 MESA_prof_load) +set(DEPEND_DYN_LIB MESA_handle_logger fieldstat4 MESA_prof_load) SET_SOURCE_FILES_PROPERTIES(${SRC} PROPERTIES LANGUAGE CXX ) |
