Yes, CMakeLists.txt is missing the line for that.
bzr diff === modified file 'Percona-Server/CMakeLists.txt' --- Percona-Server/CMakeLists.txt 2013-02-06 06:10:43 +0000 +++ Percona-Server/CMakeLists.txt 2013-02-18 08:25:32 +0000 @@ -170,6 +170,7 @@ SET(WITHOUT_DYNAMIC_PLUGINS 1) ENDIF() OPTION(ENABLED_PROFILING "Enable profiling" ON) +OPTION(ENABLE_DTRACE "Enable Dtrace profiling" OFF) OPTION(CYBOZU "" OFF) OPTION(BACKUP_TEST "" OFF) OPTION(WITHOUT_SERVER OFF)
should fix it.
Yes, CMakeLists.txt is missing the line for that.
bzr diff Server/ CMakeLists. txt' Server/ CMakeLists. txt 2013-02-06 06:10:43 +0000 Server/ CMakeLists. txt 2013-02-18 08:25:32 +0000 WITHOUT_ DYNAMIC_ PLUGINS 1) ENABLED_ PROFILING "Enable profiling" ON) ENABLE_ DTRACE "Enable Dtrace profiling" OFF) WITHOUT_ SERVER OFF)
=== modified file 'Percona-
--- Percona-
+++ Percona-
@@ -170,6 +170,7 @@
SET(
ENDIF()
OPTION(
+OPTION(
OPTION(CYBOZU "" OFF)
OPTION(BACKUP_TEST "" OFF)
OPTION(
should fix it.