Make the profiler configurable in CMake's UI

This commit is contained in:
Steve Cotton 2021-06-09 11:39:09 +02:00 committed by Pentarctagon
parent e53d9c321d
commit bf3f22a030

View File

@ -398,6 +398,7 @@ if(NOT WIN32)
# #
# Setup profiler build options
# #
set(PROFILER "" CACHE STRING "Enable performance-measuring tools (and choose which tool to use)")
if(PROFILER STREQUAL "gprof")
MESSAGE("Profiler is gprof")