add CMake switch for GPerfTools

release/4.3a0
Varun Agrawal 2024-12-06 11:32:12 -05:00
parent bb5cfb2284
commit 2aa22005f1
1 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,5 @@ MARK_AS_ADVANCED(
GPERFTOOLS_TCMALLOC GPERFTOOLS_TCMALLOC
GPERFTOOLS_PROFILER GPERFTOOLS_PROFILER
) )
option(GTSAM_ENABLE_GPERFTOOLS "Enable/Disable Gperftools" OFF)